#166212

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

Shades of Myrtle #166212

Tints of Myrtle #166212

Color information

#166212 (or 0x166212) is unknown color: approx Myrtle. HEX triplet: 16, 62 and 12. RGB value is (22,98,18). Sum of RGB (Red+Green+Blue) = 22+98+18=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #166212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166212 is #E99DED. Grayscale: #424242. Windows color (decimal): -15310318 or 1204758. OLE color: 1204758.

HSL color Cylindrical-coordinate representation of color #166212: hue angle of 117º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166212 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB229818-
CMYK0.7800.820.62
HSL117º68.97%22.75%-
HSV(B)117º81.63%38.43%-
XYZ4.818.952.05-
YUV66.16100.8296.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 98 (38.67% from 255) = 71.01%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=15.94%
G=71.01%
B=13.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298180.7800.820.6211768.9722.75
Hex1662124E0523E754517
Octal261422211601227616510527
Binary101101100010100101001110010100101111101110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166212; }

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

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

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

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

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

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

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

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