#104F18

Color #104F18 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #104F18

Tints of Myrtle #104F18

Color information

#104F18 (or 0x104F18) is unknown color: approx Myrtle. HEX triplet: 10, 4F and 18. RGB value is (16,79,24). Sum of RGB (Red+Green+Blue) = 16+79+24=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 79 (31.25% from 255 or 66.39% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 79 - color contains mainly: green. Hex color #104F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104F18 is #EFB0E7. Grayscale: #363636. Windows color (decimal): -15708392 or 1593104. OLE color: 1593104.

HSL color Cylindrical-coordinate representation of color #104F18: hue angle of 127.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F18 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB167924-
CMYK0.8000.700.69
HSL127.62º66.32%18.63%-
HSV(B)127.62º79.75%30.98%-
XYZ3.175.771.81-
YUV53.89111.13100.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 79 (31.25% from 255) = 66.39%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=13.45%
G=66.39%
B=20.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679240.8000.700.69127.6266.3218.63
Hex104F185004645804213
Octal2011730120010610520010223
Binary10000100111111000101000001000110100010110000000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F18; }

 p { color: rgb(16,79,24); }

 H1.HeaderClassName
 {
   color: #104F18;
 }
 .AnyTagClassName
 {
   color: #104F18;
 }
</style>
background-color css

<style>
 a { background-color: #104F18; }

 a { background-color: rgb(16,79,24); }

 div.DivClassName
 {
   background-color: #104F18;
 }
 .BgClassName
 {
   background-color: #104F18;
 }
</style>
border-color css

<style>
 span { border-color: #104F18; }

 span { border-color: rgb(16,79,24); }

 td.TdClassName
 {
   border-color: #104F18;
 }
 .TagClassName
 {
   border-color: #104F18;
 }
</style>