Shades of Green Leaf #4B651A
Tints of Green Leaf #4B651A
RGB
CMYK
RGB Variations
Color information
#4B651A (or 0x4B651A) is known color: Green Leaf. HEX triplet: 4B, 65 and 1A. RGB value is (75,101,26). Sum of RGB (Red+Green+Blue) = 75+101+26=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #4B651A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B651A is #B49AE5. Grayscale: #545454. Windows color (decimal): -11836134 or 1729867. OLE color: 1729867.
HSL color Cylindrical-coordinate representation of color #4B651A: hue angle of 80.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B651A is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 26 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.60 |
| HSL | 80.8º | 0.59% | 0.25% | - |
| HSV(B) | 80.8º | 0.74% | 0.4% | - |
| XYZ | 7.74 | 10.88 | 2.67 | - |
| YUV | 84.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 26 | 0.26 | 0 | 0.74 | 0.60 | 80.8 | 0.59 | 0.25 |
| Hex | 4B | 65 | 1A | 1A | 0 | 4A | 3C | 51 | 3B | 19 |
| Octal | 113 | 145 | 32 | 32 | 0 | 112 | 74 | 121 | 73 | 31 |
| Binary | 1001011 | 1100101 | 11010 | 11010 | 0 | 1001010 | 111100 | 1010001 | 111011 | 11001 |
Color Harmonies of #4B651A
Complementary color
Monochromatic Colors of #4B651A
Black with #4B651A
Text Example
Text Example
White with #4B651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B651A; }
p { color: rgb(75,101,26); }
H1.HeaderClassName
{
color: #4B651A;
}
.AnyTagClassName
{
color: #4B651A;
}
</style>
background-color css
<style>
a { background-color: #4B651A; }
a { background-color: rgb(75,101,26); }
div.DivClassName
{
background-color: #4B651A;
}
.BgClassName
{
background-color: #4B651A;
}
</style>
border-color css
<style>
span { border-color: #4B651A; }
span { border-color: rgb(75,101,26); }
td.TdClassName
{
border-color: #4B651A;
}
.TagClassName
{
border-color: #4B651A;
}
</style>