Shades of Green Leaf #4B662B
Tints of Green Leaf #4B662B
RGB
CMYK
RGB Variations
Color information
#4B662B (or 0x4B662B) is known color: Green Leaf. HEX triplet: 4B, 66 and 2B. RGB value is (75,102,43). Sum of RGB (Red+Green+Blue) = 75+102+43=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #4B662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B662B is #B499D4. Grayscale: #575757. Windows color (decimal): -11835861 or 2844235. OLE color: 2844235.
HSL color Cylindrical-coordinate representation of color #4B662B: hue angle of 87.46º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B662B is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 102 | 43 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.6 |
| HSL | 87.46º | 0.41% | 0.28% | - |
| HSV(B) | 87.46º | 0.58% | 0.4% | - |
| XYZ | 8.09 | 11.17 | 4.02 | - |
| YUV | 87.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 102 | 43 | 0.26 | 0 | 0.58 | 0.6 | 87.46 | 0.41 | 0.28 |
| Hex | 4B | 66 | 2B | 1A | 0 | 3A | 3C | 57 | 29 | 1C |
| Octal | 113 | 146 | 53 | 32 | 0 | 72 | 74 | 127 | 51 | 34 |
| Binary | 1001011 | 1100110 | 101011 | 11010 | 0 | 111010 | 111100 | 1010111 | 101001 | 11100 |
Color Harmonies of #4B662B
Complementary color
Monochromatic Colors of #4B662B
Black with #4B662B
Text Example
Text Example
White with #4B662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B662B; }
p { color: rgb(75,102,43); }
H1.HeaderClassName
{
color: #4B662B;
}
.AnyTagClassName
{
color: #4B662B;
}
</style>
background-color css
<style>
a { background-color: #4B662B; }
a { background-color: rgb(75,102,43); }
div.DivClassName
{
background-color: #4B662B;
}
.BgClassName
{
background-color: #4B662B;
}
</style>
border-color css
<style>
span { border-color: #4B662B; }
span { border-color: rgb(75,102,43); }
td.TdClassName
{
border-color: #4B662B;
}
.TagClassName
{
border-color: #4B662B;
}
</style>