Shades of Green Leaf #45721C
Tints of Green Leaf #45721C
RGB
CMYK
RGB Variations
Color information
#45721C (or 0x45721C) is known color: Green Leaf. HEX triplet: 45, 72 and 1C. RGB value is (69,114,28). Sum of RGB (Red+Green+Blue) = 69+114+28=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #45721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45721C is #BA8DE3. Grayscale: #5B5B5B. Windows color (decimal): -12226020 or 1864261. OLE color: 1864261.
HSL color Cylindrical-coordinate representation of color #45721C: hue angle of 91.4º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45721C is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 28 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.55 |
| HSL | 91.4º | 0.61% | 0.28% | - |
| HSV(B) | 91.4º | 0.75% | 0.45% | - |
| XYZ | 8.68 | 13.38 | 3.22 | - |
| YUV | 90.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 28 | 0.39 | 0 | 0.75 | 0.55 | 91.4 | 0.61 | 0.28 |
| Hex | 45 | 72 | 1C | 27 | 0 | 4B | 37 | 5B | 3D | 1C |
| Octal | 105 | 162 | 34 | 47 | 0 | 113 | 67 | 133 | 75 | 34 |
| Binary | 1000101 | 1110010 | 11100 | 100111 | 0 | 1001011 | 110111 | 1011011 | 111101 | 11100 |
Color Harmonies of #45721C
Complementary color
Monochromatic Colors of #45721C
Black with #45721C
Text Example
Text Example
White with #45721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45721C; }
p { color: rgb(69,114,28); }
H1.HeaderClassName
{
color: #45721C;
}
.AnyTagClassName
{
color: #45721C;
}
</style>
background-color css
<style>
a { background-color: #45721C; }
a { background-color: rgb(69,114,28); }
div.DivClassName
{
background-color: #45721C;
}
.BgClassName
{
background-color: #45721C;
}
</style>
border-color css
<style>
span { border-color: #45721C; }
span { border-color: rgb(69,114,28); }
td.TdClassName
{
border-color: #45721C;
}
.TagClassName
{
border-color: #45721C;
}
</style>