Shades of Green Leaf #45760C
Tints of Green Leaf #45760C
RGB
CMYK
RGB Variations
Color information
#45760C (or 0x45760C) is known color: Green Leaf. HEX triplet: 45, 76 and 0C. RGB value is (69,118,12). Sum of RGB (Red+Green+Blue) = 69+118+12=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #45760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45760C is #BA89F3. Grayscale: #5B5B5B. Windows color (decimal): -12225012 or 816709. OLE color: 816709.
HSL color Cylindrical-coordinate representation of color #45760C: hue angle of 87.74º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45760C is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 118 | 12 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.54 |
| HSL | 87.74º | 0.82% | 0.25% | - |
| HSV(B) | 87.74º | 0.9% | 0.46% | - |
| XYZ | 9 | 14.25 | 2.62 | - |
| YUV | 91.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 12 | 0.42 | 0 | 0.90 | 0.54 | 87.74 | 0.82 | 0.25 |
| Hex | 45 | 76 | C | 2A | 0 | 5A | 36 | 58 | 52 | 19 |
| Octal | 105 | 166 | 14 | 52 | 0 | 132 | 66 | 130 | 122 | 31 |
| Binary | 1000101 | 1110110 | 1100 | 101010 | 0 | 1011010 | 110110 | 1011000 | 1010010 | 11001 |
Color Harmonies of #45760C
Complementary color
Monochromatic Colors of #45760C
Black with #45760C
Text Example
Text Example
White with #45760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45760C; }
p { color: rgb(69,118,12); }
H1.HeaderClassName
{
color: #45760C;
}
.AnyTagClassName
{
color: #45760C;
}
</style>
background-color css
<style>
a { background-color: #45760C; }
a { background-color: rgb(69,118,12); }
div.DivClassName
{
background-color: #45760C;
}
.BgClassName
{
background-color: #45760C;
}
</style>
border-color css
<style>
span { border-color: #45760C; }
span { border-color: rgb(69,118,12); }
td.TdClassName
{
border-color: #45760C;
}
.TagClassName
{
border-color: #45760C;
}
</style>