Shades of Green Leaf #4C7527
Tints of Green Leaf #4C7527
RGB
CMYK
RGB Variations
Color information
#4C7527 (or 0x4C7527) is known color: Green Leaf. HEX triplet: 4C, 75 and 27. RGB value is (76,117,39). Sum of RGB (Red+Green+Blue) = 76+117+39=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7527 is #B38AD8. Grayscale: #606060. Windows color (decimal): -11766489 or 2585932. OLE color: 2585932.
HSL color Cylindrical-coordinate representation of color #4C7527: hue angle of 91.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C7527 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 39 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.54 |
| HSL | 91.54º | 0.5% | 0.31% | - |
| HSV(B) | 91.54º | 0.67% | 0.46% | - |
| XYZ | 9.71 | 14.41 | 4.19 | - |
| YUV | 95.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 39 | 0.35 | 0 | 0.67 | 0.54 | 91.54 | 0.5 | 0.31 |
| Hex | 4C | 75 | 27 | 23 | 0 | 43 | 36 | 5C | 32 | 1F |
| Octal | 114 | 165 | 47 | 43 | 0 | 103 | 66 | 134 | 62 | 37 |
| Binary | 1001100 | 1110101 | 100111 | 100011 | 0 | 1000011 | 110110 | 1011100 | 110010 | 11111 |
Color Harmonies of #4C7527
Complementary color
Monochromatic Colors of #4C7527
Black with #4C7527
Text Example
Text Example
White with #4C7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7527; }
p { color: rgb(76,117,39); }
H1.HeaderClassName
{
color: #4C7527;
}
.AnyTagClassName
{
color: #4C7527;
}
</style>
background-color css
<style>
a { background-color: #4C7527; }
a { background-color: rgb(76,117,39); }
div.DivClassName
{
background-color: #4C7527;
}
.BgClassName
{
background-color: #4C7527;
}
</style>
border-color css
<style>
span { border-color: #4C7527; }
span { border-color: rgb(76,117,39); }
td.TdClassName
{
border-color: #4C7527;
}
.TagClassName
{
border-color: #4C7527;
}
</style>