Shades of Green Leaf #457019
Tints of Green Leaf #457019
RGB
CMYK
RGB Variations
Color information
#457019 (or 0x457019) is known color: Green Leaf. HEX triplet: 45, 70 and 19. RGB value is (69,112,25). Sum of RGB (Red+Green+Blue) = 69+112+25=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #457019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457019 is #BA8FE6. Grayscale: #595959. Windows color (decimal): -12226535 or 1667141. OLE color: 1667141.
HSL color Cylindrical-coordinate representation of color #457019: hue angle of 89.66º 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 #457019 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 25 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.56 |
| HSL | 89.66º | 0.64% | 0.27% | - |
| HSV(B) | 89.66º | 0.78% | 0.44% | - |
| XYZ | 8.42 | 12.92 | 2.97 | - |
| YUV | 89.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 25 | 0.38 | 0 | 0.78 | 0.56 | 89.66 | 0.64 | 0.27 |
| Hex | 45 | 70 | 19 | 26 | 0 | 4E | 38 | 5A | 40 | 1B |
| Octal | 105 | 160 | 31 | 46 | 0 | 116 | 70 | 132 | 100 | 33 |
| Binary | 1000101 | 1110000 | 11001 | 100110 | 0 | 1001110 | 111000 | 1011010 | 1000000 | 11011 |
Color Harmonies of #457019
Complementary color
Monochromatic Colors of #457019
Black with #457019
Text Example
Text Example
White with #457019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457019; }
p { color: rgb(69,112,25); }
H1.HeaderClassName
{
color: #457019;
}
.AnyTagClassName
{
color: #457019;
}
</style>
background-color css
<style>
a { background-color: #457019; }
a { background-color: rgb(69,112,25); }
div.DivClassName
{
background-color: #457019;
}
.BgClassName
{
background-color: #457019;
}
</style>
border-color css
<style>
span { border-color: #457019; }
span { border-color: rgb(69,112,25); }
td.TdClassName
{
border-color: #457019;
}
.TagClassName
{
border-color: #457019;
}
</style>