Shades of Green Leaf #457315
Tints of Green Leaf #457315
RGB
CMYK
RGB Variations
Color information
#457315 (or 0x457315) is known color: Green Leaf. HEX triplet: 45, 73 and 15. RGB value is (69,115,21). Sum of RGB (Red+Green+Blue) = 69+115+21=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #457315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457315 is #BA8CEA. Grayscale: #5A5A5A. Windows color (decimal): -12225771 or 1405765. OLE color: 1405765.
HSL color Cylindrical-coordinate representation of color #457315: hue angle of 89.36º 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 #457315 is Cyan = 0.4, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 21 | - |
| CMYK | 0.4 | 0 | 0.82 | 0.55 |
| HSL | 89.36º | 0.69% | 0.27% | - |
| HSV(B) | 89.36º | 0.82% | 0.45% | - |
| XYZ | 8.72 | 13.58 | 2.87 | - |
| YUV | 90.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 21 | 0.4 | 0 | 0.82 | 0.55 | 89.36 | 0.69 | 0.27 |
| Hex | 45 | 73 | 15 | 28 | 0 | 52 | 37 | 59 | 45 | 1B |
| Octal | 105 | 163 | 25 | 50 | 0 | 122 | 67 | 131 | 105 | 33 |
| Binary | 1000101 | 1110011 | 10101 | 101000 | 0 | 1010010 | 110111 | 1011001 | 1000101 | 11011 |
Color Harmonies of #457315
Complementary color
Monochromatic Colors of #457315
Black with #457315
Text Example
Text Example
White with #457315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457315; }
p { color: rgb(69,115,21); }
H1.HeaderClassName
{
color: #457315;
}
.AnyTagClassName
{
color: #457315;
}
</style>
background-color css
<style>
a { background-color: #457315; }
a { background-color: rgb(69,115,21); }
div.DivClassName
{
background-color: #457315;
}
.BgClassName
{
background-color: #457315;
}
</style>
border-color css
<style>
span { border-color: #457315; }
span { border-color: rgb(69,115,21); }
td.TdClassName
{
border-color: #457315;
}
.TagClassName
{
border-color: #457315;
}
</style>