Shades of Green Leaf #457415
Tints of Green Leaf #457415
RGB
CMYK
RGB Variations
Color information
#457415 (or 0x457415) is known color: Green Leaf. HEX triplet: 45, 74 and 15. RGB value is (69,116,21). Sum of RGB (Red+Green+Blue) = 69+116+21=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #457415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457415 is #BA8BEA. Grayscale: #5B5B5B. Windows color (decimal): -12225515 or 1406021. OLE color: 1406021.
HSL color Cylindrical-coordinate representation of color #457415: hue angle of 89.68º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #457415 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 116 | 21 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.55 |
| HSL | 89.68º | 0.69% | 0.27% | - |
| HSV(B) | 89.68º | 0.82% | 0.45% | - |
| XYZ | 8.83 | 13.81 | 2.91 | - |
| YUV | 91.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 21 | 0.41 | 0 | 0.82 | 0.55 | 89.68 | 0.69 | 0.27 |
| Hex | 45 | 74 | 15 | 29 | 0 | 52 | 37 | 5A | 45 | 1B |
| Octal | 105 | 164 | 25 | 51 | 0 | 122 | 67 | 132 | 105 | 33 |
| Binary | 1000101 | 1110100 | 10101 | 101001 | 0 | 1010010 | 110111 | 1011010 | 1000101 | 11011 |
Color Harmonies of #457415
Complementary color
Monochromatic Colors of #457415
Black with #457415
Text Example
Text Example
White with #457415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457415; }
p { color: rgb(69,116,21); }
H1.HeaderClassName
{
color: #457415;
}
.AnyTagClassName
{
color: #457415;
}
</style>
background-color css
<style>
a { background-color: #457415; }
a { background-color: rgb(69,116,21); }
div.DivClassName
{
background-color: #457415;
}
.BgClassName
{
background-color: #457415;
}
</style>
border-color css
<style>
span { border-color: #457415; }
span { border-color: rgb(69,116,21); }
td.TdClassName
{
border-color: #457415;
}
.TagClassName
{
border-color: #457415;
}
</style>