Shades of Green Leaf #4B6F1F
Tints of Green Leaf #4B6F1F
RGB
CMYK
RGB Variations
Color information
#4B6F1F (or 0x4B6F1F) is known color: Green Leaf. HEX triplet: 4B, 6F and 1F. RGB value is (75,111,31). Sum of RGB (Red+Green+Blue) = 75+111+31=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6F1F is #B490E0. Grayscale: #5B5B5B. Windows color (decimal): -11833569 or 2060107. OLE color: 2060107.
HSL color Cylindrical-coordinate representation of color #4B6F1F: hue angle of 87º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B6F1F is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 111 | 31 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.56 |
| HSL | 87º | 0.56% | 0.28% | - |
| HSV(B) | 87º | 0.72% | 0.44% | - |
| XYZ | 8.83 | 12.96 | 3.33 | - |
| YUV | 91.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 111 | 31 | 0.32 | 0 | 0.72 | 0.56 | 87 | 0.56 | 0.28 |
| Hex | 4B | 6F | 1F | 20 | 0 | 48 | 38 | 57 | 38 | 1C |
| Octal | 113 | 157 | 37 | 40 | 0 | 110 | 70 | 127 | 70 | 34 |
| Binary | 1001011 | 1101111 | 11111 | 100000 | 0 | 1001000 | 111000 | 1010111 | 111000 | 11100 |
Color Harmonies of #4B6F1F
Complementary color
Monochromatic Colors of #4B6F1F
Black with #4B6F1F
Text Example
Text Example
White with #4B6F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6F1F; }
p { color: rgb(75,111,31); }
H1.HeaderClassName
{
color: #4B6F1F;
}
.AnyTagClassName
{
color: #4B6F1F;
}
</style>
background-color css
<style>
a { background-color: #4B6F1F; }
a { background-color: rgb(75,111,31); }
div.DivClassName
{
background-color: #4B6F1F;
}
.BgClassName
{
background-color: #4B6F1F;
}
</style>
border-color css
<style>
span { border-color: #4B6F1F; }
span { border-color: rgb(75,111,31); }
td.TdClassName
{
border-color: #4B6F1F;
}
.TagClassName
{
border-color: #4B6F1F;
}
</style>