Shades of Green Leaf #4B6924
Tints of Green Leaf #4B6924
RGB
CMYK
RGB Variations
Color information
#4B6924 (or 0x4B6924) is known color: Green Leaf. HEX triplet: 4B, 69 and 24. RGB value is (75,105,36). Sum of RGB (Red+Green+Blue) = 75+105+36=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #4B6924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6924 is #B496DB. Grayscale: #585858. Windows color (decimal): -11835100 or 2386251. OLE color: 2386251.
HSL color Cylindrical-coordinate representation of color #4B6924: hue angle of 86.09º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B6924 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 105 | 36 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.59 |
| HSL | 86.09º | 0.49% | 0.28% | - |
| HSV(B) | 86.09º | 0.66% | 0.41% | - |
| XYZ | 8.27 | 11.73 | 3.5 | - |
| YUV | 88.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 36 | 0.29 | 0 | 0.66 | 0.59 | 86.09 | 0.49 | 0.28 |
| Hex | 4B | 69 | 24 | 1D | 0 | 42 | 3B | 56 | 31 | 1C |
| Octal | 113 | 151 | 44 | 35 | 0 | 102 | 73 | 126 | 61 | 34 |
| Binary | 1001011 | 1101001 | 100100 | 11101 | 0 | 1000010 | 111011 | 1010110 | 110001 | 11100 |
Color Harmonies of #4B6924
Complementary color
Monochromatic Colors of #4B6924
Black with #4B6924
Text Example
Text Example
White with #4B6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6924; }
p { color: rgb(75,105,36); }
H1.HeaderClassName
{
color: #4B6924;
}
.AnyTagClassName
{
color: #4B6924;
}
</style>
background-color css
<style>
a { background-color: #4B6924; }
a { background-color: rgb(75,105,36); }
div.DivClassName
{
background-color: #4B6924;
}
.BgClassName
{
background-color: #4B6924;
}
</style>
border-color css
<style>
span { border-color: #4B6924; }
span { border-color: rgb(75,105,36); }
td.TdClassName
{
border-color: #4B6924;
}
.TagClassName
{
border-color: #4B6924;
}
</style>