#126211

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

Shades of Myrtle #126211

Tints of Myrtle #126211

Color information

#126211 (or 0x126211) is unknown color: approx Myrtle. HEX triplet: 12, 62 and 11. RGB value is (18,98,17). Sum of RGB (Red+Green+Blue) = 18+98+17=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #126211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126211 is #ED9DEE. Grayscale: #414141. Windows color (decimal): -15572463 or 1139218. OLE color: 1139218.

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

Color convert

RGB189817-
CMYK0.8200.830.62
HSL119.26º70.43%22.55%-
HSV(B)119.26º82.65%38.43%-
XYZ4.728.92-
YUV64.8510194.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 98 (38.67% from 255) = 73.68%
BLUE value IS 17 (7.03% from 255) = 12.78%
R=13.53%
G=73.68%
B=12.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898170.8200.830.62119.2670.4322.55
Hex126211520533E774617
Octal221422112201237616710627
Binary100101100010100011010010010100111111101110111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126211; }

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

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

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

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

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

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

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

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