Shades of Green Leaf #4B6D27
Tints of Green Leaf #4B6D27
RGB
CMYK
RGB Variations
Color information
#4B6D27 (or 0x4B6D27) is known color: Green Leaf. HEX triplet: 4B, 6D and 27. RGB value is (75,109,39). Sum of RGB (Red+Green+Blue) = 75+109+39=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6D27 is #B492D8. Grayscale: #5B5B5B. Windows color (decimal): -11834073 or 2583883. OLE color: 2583883.
HSL color Cylindrical-coordinate representation of color #4B6D27: hue angle of 89.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B6D27 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 39 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.57 |
| HSL | 89.14º | 0.47% | 0.29% | - |
| HSV(B) | 89.14º | 0.64% | 0.43% | - |
| XYZ | 8.74 | 12.58 | 3.89 | - |
| YUV | 90.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 39 | 0.31 | 0 | 0.64 | 0.57 | 89.14 | 0.47 | 0.29 |
| Hex | 4B | 6D | 27 | 1F | 0 | 40 | 39 | 59 | 2F | 1D |
| Octal | 113 | 155 | 47 | 37 | 0 | 100 | 71 | 131 | 57 | 35 |
| Binary | 1001011 | 1101101 | 100111 | 11111 | 0 | 1000000 | 111001 | 1011001 | 101111 | 11101 |
Color Harmonies of #4B6D27
Complementary color
Monochromatic Colors of #4B6D27
Black with #4B6D27
Text Example
Text Example
White with #4B6D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D27; }
p { color: rgb(75,109,39); }
H1.HeaderClassName
{
color: #4B6D27;
}
.AnyTagClassName
{
color: #4B6D27;
}
</style>
background-color css
<style>
a { background-color: #4B6D27; }
a { background-color: rgb(75,109,39); }
div.DivClassName
{
background-color: #4B6D27;
}
.BgClassName
{
background-color: #4B6D27;
}
</style>
border-color css
<style>
span { border-color: #4B6D27; }
span { border-color: rgb(75,109,39); }
td.TdClassName
{
border-color: #4B6D27;
}
.TagClassName
{
border-color: #4B6D27;
}
</style>