#164D19

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

Shades of Myrtle #164D19

Tints of Myrtle #164D19

Color information

#164D19 (or 0x164D19) is unknown color: approx Myrtle. HEX triplet: 16, 4D and 19. RGB value is (22,77,25). Sum of RGB (Red+Green+Blue) = 22+77+25=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 77 (30.47% from 255 or 62.10% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 77 - color contains mainly: green. Hex color #164D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164D19 is #E9B2E6. Grayscale: #363636. Windows color (decimal): -15315687 or 1658134. OLE color: 1658134.

HSL color Cylindrical-coordinate representation of color #164D19: hue angle of 123.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D19 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB227725-
CMYK0.7100.680.70
HSL123.27º55.56%19.41%-
HSV(B)123.27º71.43%30.2%-
XYZ3.165.551.82-
YUV54.63111.28104.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 77 (30.47% from 255) = 62.10%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=17.74%
G=62.10%
B=20.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2277250.7100.680.70123.2755.5619.41
Hex164D1947044467b3813
Octal261153110701041061737023
Binary101101001101110011000111010001001000110111101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164D19; }

 p { color: rgb(22,77,25); }

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

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

 a { background-color: rgb(22,77,25); }

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

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

 span { border-color: rgb(22,77,25); }

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