#164A15

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

Shades of Myrtle #164A15

Tints of Myrtle #164A15

Color information

#164A15 (or 0x164A15) is unknown color: approx Myrtle. HEX triplet: 16, 4A and 15. RGB value is (22,74,21). Sum of RGB (Red+Green+Blue) = 22+74+21=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 74 (29.30% from 255 or 63.25% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 74 - color contains mainly: green. Hex color #164A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164A15 is #E9B5EA. Grayscale: #343434. Windows color (decimal): -15316459 or 1395222. OLE color: 1395222.

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

Color convert

RGB227421-
CMYK0.7000.720.71
HSL118.87º55.79%18.63%-
HSV(B)118.87º71.62%29.02%-
XYZ2.925.121.54-
YUV52.41110.27106.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 74 (29.30% from 255) = 63.25%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=18.80%
G=63.25%
B=17.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2274210.7000.720.71118.8755.7918.63
Hex164A154604847773813
Octal261122510601101071677023
Binary101101001010101011000110010010001000111111011111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,74,21); }

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

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

 a { background-color: rgb(22,74,21); }

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

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

 span { border-color: rgb(22,74,21); }

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