Shades of Green Leaf #4B7B03
Tints of Green Leaf #4B7B03
RGB
CMYK
RGB Variations
Color information
#4B7B03 (or 0x4B7B03) is known color: Green Leaf. HEX triplet: 4B, 7B and 03. RGB value is (75,123,3). Sum of RGB (Red+Green+Blue) = 75+123+3=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7B03 is #B484FC. Grayscale: #5F5F5F. Windows color (decimal): -11830525 or 228171. OLE color: 228171.
HSL color Cylindrical-coordinate representation of color #4B7B03: hue angle of 84º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B7B03 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 123 | 3 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.52 |
| HSL | 84º | 0.95% | 0.25% | - |
| HSV(B) | 84º | 0.98% | 0.48% | - |
| XYZ | 10 | 15.67 | 2.58 | - |
| YUV | 94.97 | 76.1 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 3 | 0.39 | 0 | 0.98 | 0.52 | 84 | 0.95 | 0.25 |
| Hex | 4B | 7B | 3 | 27 | 0 | 62 | 34 | 54 | 5F | 19 |
| Octal | 113 | 173 | 3 | 47 | 0 | 142 | 64 | 124 | 137 | 31 |
| Binary | 1001011 | 1111011 | 11 | 100111 | 0 | 1100010 | 110100 | 1010100 | 1011111 | 11001 |
Color Harmonies of #4B7B03
Complementary color
Monochromatic Colors of #4B7B03
Black with #4B7B03
Text Example
Text Example
White with #4B7B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7B03; }
p { color: rgb(75,123,3); }
H1.HeaderClassName
{
color: #4B7B03;
}
.AnyTagClassName
{
color: #4B7B03;
}
</style>
background-color css
<style>
a { background-color: #4B7B03; }
a { background-color: rgb(75,123,3); }
div.DivClassName
{
background-color: #4B7B03;
}
.BgClassName
{
background-color: #4B7B03;
}
</style>
border-color css
<style>
span { border-color: #4B7B03; }
span { border-color: rgb(75,123,3); }
td.TdClassName
{
border-color: #4B7B03;
}
.TagClassName
{
border-color: #4B7B03;
}
</style>