Shades of Green Leaf #467019
Tints of Green Leaf #467019
RGB
CMYK
RGB Variations
Color information
#467019 (or 0x467019) is known color: Green Leaf. HEX triplet: 46, 70 and 19. RGB value is (70,112,25). Sum of RGB (Red+Green+Blue) = 70+112+25=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #467019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467019 is #B98FE6. Grayscale: #595959. Windows color (decimal): -12160999 or 1667142. OLE color: 1667142.
HSL color Cylindrical-coordinate representation of color #467019: hue angle of 88.97º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #467019 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 25 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.56 |
| HSL | 88.97º | 0.64% | 0.27% | - |
| HSV(B) | 88.97º | 0.78% | 0.44% | - |
| XYZ | 8.5 | 12.96 | 2.97 | - |
| YUV | 89.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 25 | 0.38 | 0 | 0.78 | 0.56 | 88.97 | 0.64 | 0.27 |
| Hex | 46 | 70 | 19 | 26 | 0 | 4E | 38 | 59 | 40 | 1B |
| Octal | 106 | 160 | 31 | 46 | 0 | 116 | 70 | 131 | 100 | 33 |
| Binary | 1000110 | 1110000 | 11001 | 100110 | 0 | 1001110 | 111000 | 1011001 | 1000000 | 11011 |
Color Harmonies of #467019
Complementary color
Monochromatic Colors of #467019
Black with #467019
Text Example
Text Example
White with #467019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467019; }
p { color: rgb(70,112,25); }
H1.HeaderClassName
{
color: #467019;
}
.AnyTagClassName
{
color: #467019;
}
</style>
background-color css
<style>
a { background-color: #467019; }
a { background-color: rgb(70,112,25); }
div.DivClassName
{
background-color: #467019;
}
.BgClassName
{
background-color: #467019;
}
</style>
border-color css
<style>
span { border-color: #467019; }
span { border-color: rgb(70,112,25); }
td.TdClassName
{
border-color: #467019;
}
.TagClassName
{
border-color: #467019;
}
</style>