#164918

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

Shades of Myrtle #164918

Tints of Myrtle #164918

Color information

#164918 (or 0x164918) is unknown color: approx Myrtle. HEX triplet: 16, 49 and 18. RGB value is (22,73,24). Sum of RGB (Red+Green+Blue) = 22+73+24=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #164918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164918 is #E9B6E7. Grayscale: #343434. Windows color (decimal): -15316712 or 1591574. OLE color: 1591574.

HSL color Cylindrical-coordinate representation of color #164918: hue angle of 122.35º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164918 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB227324-
CMYK0.7000.670.71
HSL122.35º53.68%18.63%-
HSV(B)122.35º69.86%28.63%-
XYZ2.8851.68-
YUV52.16112.1106.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 73 (28.91% from 255) = 61.34%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=18.49%
G=61.34%
B=20.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273240.7000.670.71122.3553.6818.63
Hex16491846043477a3613
Octal261113010601031071726623
Binary101101001001110001000110010000111000111111101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164918; }

 p { color: rgb(22,73,24); }

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

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

 a { background-color: rgb(22,73,24); }

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

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

 span { border-color: rgb(22,73,24); }

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