Shades of Green Leaf #4B652C
Tints of Green Leaf #4B652C
RGB
CMYK
RGB Variations
Color information
#4B652C (or 0x4B652C) is known color: Green Leaf. HEX triplet: 4B, 65 and 2C. RGB value is (75,101,44). Sum of RGB (Red+Green+Blue) = 75+101+44=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #4B652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B652C is #B49AD3. Grayscale: #565656. Windows color (decimal): -11836116 or 2909515. OLE color: 2909515.
HSL color Cylindrical-coordinate representation of color #4B652C: hue angle of 87.37º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B652C is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 44 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.60 |
| HSL | 87.37º | 0.39% | 0.28% | - |
| HSV(B) | 87.37º | 0.56% | 0.4% | - |
| XYZ | 8.01 | 10.99 | 4.08 | - |
| YUV | 86.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 44 | 0.26 | 0 | 0.56 | 0.60 | 87.37 | 0.39 | 0.28 |
| Hex | 4B | 65 | 2C | 1A | 0 | 38 | 3C | 57 | 27 | 1C |
| Octal | 113 | 145 | 54 | 32 | 0 | 70 | 74 | 127 | 47 | 34 |
| Binary | 1001011 | 1100101 | 101100 | 11010 | 0 | 111000 | 111100 | 1010111 | 100111 | 11100 |
Color Harmonies of #4B652C
Complementary color
Monochromatic Colors of #4B652C
Black with #4B652C
Text Example
Text Example
White with #4B652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B652C; }
p { color: rgb(75,101,44); }
H1.HeaderClassName
{
color: #4B652C;
}
.AnyTagClassName
{
color: #4B652C;
}
</style>
background-color css
<style>
a { background-color: #4B652C; }
a { background-color: rgb(75,101,44); }
div.DivClassName
{
background-color: #4B652C;
}
.BgClassName
{
background-color: #4B652C;
}
</style>
border-color css
<style>
span { border-color: #4B652C; }
span { border-color: rgb(75,101,44); }
td.TdClassName
{
border-color: #4B652C;
}
.TagClassName
{
border-color: #4B652C;
}
</style>