Shades of Green Leaf #4B750C
Tints of Green Leaf #4B750C
RGB
CMYK
RGB Variations
Color information
#4B750C (or 0x4B750C) is known color: Green Leaf. HEX triplet: 4B, 75 and 0C. RGB value is (75,117,12). Sum of RGB (Red+Green+Blue) = 75+117+12=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #4B750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B750C is #B48AF3. Grayscale: #5C5C5C. Windows color (decimal): -11832052 or 816459. OLE color: 816459.
HSL color Cylindrical-coordinate representation of color #4B750C: hue angle of 84º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B750C is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 12 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.54 |
| HSL | 84º | 0.81% | 0.25% | - |
| HSV(B) | 84º | 0.9% | 0.46% | - |
| XYZ | 9.33 | 14.24 | 2.61 | - |
| YUV | 92.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 12 | 0.36 | 0 | 0.90 | 0.54 | 84 | 0.81 | 0.25 |
| Hex | 4B | 75 | C | 24 | 0 | 5A | 36 | 54 | 51 | 19 |
| Octal | 113 | 165 | 14 | 44 | 0 | 132 | 66 | 124 | 121 | 31 |
| Binary | 1001011 | 1110101 | 1100 | 100100 | 0 | 1011010 | 110110 | 1010100 | 1010001 | 11001 |
Color Harmonies of #4B750C
Complementary color
Monochromatic Colors of #4B750C
Black with #4B750C
Text Example
Text Example
White with #4B750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B750C; }
p { color: rgb(75,117,12); }
H1.HeaderClassName
{
color: #4B750C;
}
.AnyTagClassName
{
color: #4B750C;
}
</style>
background-color css
<style>
a { background-color: #4B750C; }
a { background-color: rgb(75,117,12); }
div.DivClassName
{
background-color: #4B750C;
}
.BgClassName
{
background-color: #4B750C;
}
</style>
border-color css
<style>
span { border-color: #4B750C; }
span { border-color: rgb(75,117,12); }
td.TdClassName
{
border-color: #4B750C;
}
.TagClassName
{
border-color: #4B750C;
}
</style>