Shades of Green Leaf #4B731C
Tints of Green Leaf #4B731C
RGB
CMYK
RGB Variations
Color information
#4B731C (or 0x4B731C) is known color: Green Leaf. HEX triplet: 4B, 73 and 1C. RGB value is (75,115,28). Sum of RGB (Red+Green+Blue) = 75+115+28=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #4B731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B731C is #B48CE3. Grayscale: #5D5D5D. Windows color (decimal): -11832548 or 1864523. OLE color: 1864523.
HSL color Cylindrical-coordinate representation of color #4B731C: hue angle of 87.59º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B731C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 28 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.55 |
| HSL | 87.59º | 0.61% | 0.28% | - |
| HSV(B) | 87.59º | 0.76% | 0.45% | - |
| XYZ | 9.24 | 13.84 | 3.28 | - |
| YUV | 93.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 28 | 0.35 | 0 | 0.76 | 0.55 | 87.59 | 0.61 | 0.28 |
| Hex | 4B | 73 | 1C | 23 | 0 | 4C | 37 | 58 | 3D | 1C |
| Octal | 113 | 163 | 34 | 43 | 0 | 114 | 67 | 130 | 75 | 34 |
| Binary | 1001011 | 1110011 | 11100 | 100011 | 0 | 1001100 | 110111 | 1011000 | 111101 | 11100 |
Color Harmonies of #4B731C
Complementary color
Monochromatic Colors of #4B731C
Black with #4B731C
Text Example
Text Example
White with #4B731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B731C; }
p { color: rgb(75,115,28); }
H1.HeaderClassName
{
color: #4B731C;
}
.AnyTagClassName
{
color: #4B731C;
}
</style>
background-color css
<style>
a { background-color: #4B731C; }
a { background-color: rgb(75,115,28); }
div.DivClassName
{
background-color: #4B731C;
}
.BgClassName
{
background-color: #4B731C;
}
</style>
border-color css
<style>
span { border-color: #4B731C; }
span { border-color: rgb(75,115,28); }
td.TdClassName
{
border-color: #4B731C;
}
.TagClassName
{
border-color: #4B731C;
}
</style>