Shades of Green Leaf #45750C
Tints of Green Leaf #45750C
RGB
CMYK
RGB Variations
Color information
#45750C (or 0x45750C) is known color: Green Leaf. HEX triplet: 45, 75 and 0C. RGB value is (69,117,12). Sum of RGB (Red+Green+Blue) = 69+117+12=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #45750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45750C is #BA8AF3. Grayscale: #5B5B5B. Windows color (decimal): -12225268 or 816453. OLE color: 816453.
HSL color Cylindrical-coordinate representation of color #45750C: hue angle of 87.43º degrees, saturation: 0.81, 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 #45750C is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 12 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.54 |
| HSL | 87.43º | 0.81% | 0.25% | - |
| HSV(B) | 87.43º | 0.9% | 0.46% | - |
| XYZ | 8.88 | 14.01 | 2.58 | - |
| YUV | 90.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 12 | 0.41 | 0 | 0.90 | 0.54 | 87.43 | 0.81 | 0.25 |
| Hex | 45 | 75 | C | 29 | 0 | 5A | 36 | 57 | 51 | 19 |
| Octal | 105 | 165 | 14 | 51 | 0 | 132 | 66 | 127 | 121 | 31 |
| Binary | 1000101 | 1110101 | 1100 | 101001 | 0 | 1011010 | 110110 | 1010111 | 1010001 | 11001 |
Color Harmonies of #45750C
Complementary color
Monochromatic Colors of #45750C
Black with #45750C
Text Example
Text Example
White with #45750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45750C; }
p { color: rgb(69,117,12); }
H1.HeaderClassName
{
color: #45750C;
}
.AnyTagClassName
{
color: #45750C;
}
</style>
background-color css
<style>
a { background-color: #45750C; }
a { background-color: rgb(69,117,12); }
div.DivClassName
{
background-color: #45750C;
}
.BgClassName
{
background-color: #45750C;
}
</style>
border-color css
<style>
span { border-color: #45750C; }
span { border-color: rgb(69,117,12); }
td.TdClassName
{
border-color: #45750C;
}
.TagClassName
{
border-color: #45750C;
}
</style>