#104A18

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

Shades of Myrtle #104A18

Tints of Myrtle #104A18

Color information

#104A18 (or 0x104A18) is unknown color: approx Myrtle. HEX triplet: 10, 4A and 18. RGB value is (16,74,24). Sum of RGB (Red+Green+Blue) = 16+74+24=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #104A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104A18 is #EFB5E7. Grayscale: #333333. Windows color (decimal): -15709672 or 1591824. OLE color: 1591824.

HSL color Cylindrical-coordinate representation of color #104A18: hue angle of 128.28º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104A18 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB167424-
CMYK0.7800.680.71
HSL128.28º64.44%17.65%-
HSV(B)128.28º78.38%29.02%-
XYZ2.835.071.69-
YUV50.96112.78103.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 74 (29.30% from 255) = 64.91%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=14.04%
G=64.91%
B=21.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1674240.7800.680.71128.2864.4417.65
Hex104A184E04447804012
Octal2011230116010410720010022
Binary10000100101011000100111001000100100011110000000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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