Shades of Green Leaf #4B6926
Tints of Green Leaf #4B6926
RGB
CMYK
RGB Variations
Color information
#4B6926 (or 0x4B6926) is known color: Green Leaf. HEX triplet: 4B, 69 and 26. RGB value is (75,105,38). Sum of RGB (Red+Green+Blue) = 75+105+38=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #4B6926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6926 is #B496D9. Grayscale: #585858. Windows color (decimal): -11835098 or 2517323. OLE color: 2517323.
HSL color Cylindrical-coordinate representation of color #4B6926: hue angle of 86.87º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B6926 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 105 | 38 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.59 |
| HSL | 86.87º | 0.47% | 0.28% | - |
| HSV(B) | 86.87º | 0.64% | 0.41% | - |
| XYZ | 8.3 | 11.74 | 3.66 | - |
| YUV | 88.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 38 | 0.29 | 0 | 0.64 | 0.59 | 86.87 | 0.47 | 0.28 |
| Hex | 4B | 69 | 26 | 1D | 0 | 40 | 3B | 57 | 2F | 1C |
| Octal | 113 | 151 | 46 | 35 | 0 | 100 | 73 | 127 | 57 | 34 |
| Binary | 1001011 | 1101001 | 100110 | 11101 | 0 | 1000000 | 111011 | 1010111 | 101111 | 11100 |
Color Harmonies of #4B6926
Complementary color
Monochromatic Colors of #4B6926
Black with #4B6926
Text Example
Text Example
White with #4B6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6926; }
p { color: rgb(75,105,38); }
H1.HeaderClassName
{
color: #4B6926;
}
.AnyTagClassName
{
color: #4B6926;
}
</style>
background-color css
<style>
a { background-color: #4B6926; }
a { background-color: rgb(75,105,38); }
div.DivClassName
{
background-color: #4B6926;
}
.BgClassName
{
background-color: #4B6926;
}
</style>
border-color css
<style>
span { border-color: #4B6926; }
span { border-color: rgb(75,105,38); }
td.TdClassName
{
border-color: #4B6926;
}
.TagClassName
{
border-color: #4B6926;
}
</style>