#164212

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

Shades of Myrtle #164212

Tints of Myrtle #164212

Color information

#164212 (or 0x164212) is unknown color: approx Myrtle. HEX triplet: 16, 42 and 12. RGB value is (22,66,18). Sum of RGB (Red+Green+Blue) = 22+66+18=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #164212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164212 is #E9BDED. Grayscale: #2F2F2F. Windows color (decimal): -15318510 or 1196566. OLE color: 1196566.

HSL color Cylindrical-coordinate representation of color #164212: hue angle of 115º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164212 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB226618-
CMYK0.6700.730.74
HSL115º57.14%16.47%-
HSV(B)115º72.73%25.88%-
XYZ2.394.111.24-
YUV47.37111.42109.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 66 (26.17% from 255) = 62.26%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=20.75%
G=62.26%
B=16.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2266180.6700.730.7411557.1416.47
Hex164212430494A733910
Octal261022210301111121637120
Binary101101000010100101000011010010011001010111001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164212; }

 p { color: rgb(22,66,18); }

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

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

 a { background-color: rgb(22,66,18); }

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

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

 span { border-color: rgb(22,66,18); }

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