Shades of Green Leaf #4C6D28
Tints of Green Leaf #4C6D28
RGB
CMYK
RGB Variations
Color information
#4C6D28 (or 0x4C6D28) is known color: Green Leaf. HEX triplet: 4C, 6D and 28. RGB value is (76,109,40). Sum of RGB (Red+Green+Blue) = 76+109+40=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6D28 is #B392D7. Grayscale: #5B5B5B. Windows color (decimal): -11768536 or 2649420. OLE color: 2649420.
HSL color Cylindrical-coordinate representation of color #4C6D28: hue angle of 88.7º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C6D28 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 109 | 40 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.57 |
| HSL | 88.7º | 0.46% | 0.29% | - |
| HSV(B) | 88.7º | 0.63% | 0.43% | - |
| XYZ | 8.83 | 12.63 | 3.98 | - |
| YUV | 91.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 40 | 0.30 | 0 | 0.63 | 0.57 | 88.7 | 0.46 | 0.29 |
| Hex | 4C | 6D | 28 | 1E | 0 | 3F | 39 | 59 | 2E | 1D |
| Octal | 114 | 155 | 50 | 36 | 0 | 77 | 71 | 131 | 56 | 35 |
| Binary | 1001100 | 1101101 | 101000 | 11110 | 0 | 111111 | 111001 | 1011001 | 101110 | 11101 |
Color Harmonies of #4C6D28
Complementary color
Monochromatic Colors of #4C6D28
Black with #4C6D28
Text Example
Text Example
White with #4C6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6D28; }
p { color: rgb(76,109,40); }
H1.HeaderClassName
{
color: #4C6D28;
}
.AnyTagClassName
{
color: #4C6D28;
}
</style>
background-color css
<style>
a { background-color: #4C6D28; }
a { background-color: rgb(76,109,40); }
div.DivClassName
{
background-color: #4C6D28;
}
.BgClassName
{
background-color: #4C6D28;
}
</style>
border-color css
<style>
span { border-color: #4C6D28; }
span { border-color: rgb(76,109,40); }
td.TdClassName
{
border-color: #4C6D28;
}
.TagClassName
{
border-color: #4C6D28;
}
</style>