Shades of Green Leaf #426A13
Tints of Green Leaf #426A13
RGB
CMYK
RGB Variations
Color information
#426A13 (or 0x426A13) is known color: Green Leaf. HEX triplet: 42, 6A and 13. RGB value is (66,106,19). Sum of RGB (Red+Green+Blue) = 66+106+19=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #426A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426A13 is #BD95EC. Grayscale: #545454. Windows color (decimal): -12424685 or 1272386. OLE color: 1272386.
HSL color Cylindrical-coordinate representation of color #426A13: hue angle of 87.59º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #426A13 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 106 | 19 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.58 |
| HSL | 87.59º | 0.7% | 0.25% | - |
| HSV(B) | 87.59º | 0.82% | 0.42% | - |
| XYZ | 7.52 | 11.51 | 2.44 | - |
| YUV | 84.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 19 | 0.38 | 0 | 0.82 | 0.58 | 87.59 | 0.7 | 0.25 |
| Hex | 42 | 6A | 13 | 26 | 0 | 52 | 3A | 58 | 46 | 19 |
| Octal | 102 | 152 | 23 | 46 | 0 | 122 | 72 | 130 | 106 | 31 |
| Binary | 1000010 | 1101010 | 10011 | 100110 | 0 | 1010010 | 111010 | 1011000 | 1000110 | 11001 |
Color Harmonies of #426A13
Complementary color
Monochromatic Colors of #426A13
Black with #426A13
Text Example
Text Example
White with #426A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A13; }
p { color: rgb(66,106,19); }
H1.HeaderClassName
{
color: #426A13;
}
.AnyTagClassName
{
color: #426A13;
}
</style>
background-color css
<style>
a { background-color: #426A13; }
a { background-color: rgb(66,106,19); }
div.DivClassName
{
background-color: #426A13;
}
.BgClassName
{
background-color: #426A13;
}
</style>
border-color css
<style>
span { border-color: #426A13; }
span { border-color: rgb(66,106,19); }
td.TdClassName
{
border-color: #426A13;
}
.TagClassName
{
border-color: #426A13;
}
</style>