Shades of Green Leaf #466F1F
Tints of Green Leaf #466F1F
RGB
CMYK
RGB Variations
Color information
#466F1F (or 0x466F1F) is known color: Green Leaf. HEX triplet: 46, 6F and 1F. RGB value is (70,111,31). Sum of RGB (Red+Green+Blue) = 70+111+31=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #466F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F1F is #B990E0. Grayscale: #595959. Windows color (decimal): -12161249 or 2060102. OLE color: 2060102.
HSL color Cylindrical-coordinate representation of color #466F1F: hue angle of 90.75º 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 #466F1F is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 31 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.56 |
| HSL | 90.75º | 0.56% | 0.28% | - |
| HSV(B) | 90.75º | 0.72% | 0.44% | - |
| XYZ | 8.46 | 12.77 | 3.32 | - |
| YUV | 89.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 31 | 0.37 | 0 | 0.72 | 0.56 | 90.75 | 0.56 | 0.28 |
| Hex | 46 | 6F | 1F | 25 | 0 | 48 | 38 | 5B | 38 | 1C |
| Octal | 106 | 157 | 37 | 45 | 0 | 110 | 70 | 133 | 70 | 34 |
| Binary | 1000110 | 1101111 | 11111 | 100101 | 0 | 1001000 | 111000 | 1011011 | 111000 | 11100 |
Color Harmonies of #466F1F
Complementary color
Monochromatic Colors of #466F1F
Black with #466F1F
Text Example
Text Example
White with #466F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F1F; }
p { color: rgb(70,111,31); }
H1.HeaderClassName
{
color: #466F1F;
}
.AnyTagClassName
{
color: #466F1F;
}
</style>
background-color css
<style>
a { background-color: #466F1F; }
a { background-color: rgb(70,111,31); }
div.DivClassName
{
background-color: #466F1F;
}
.BgClassName
{
background-color: #466F1F;
}
</style>
border-color css
<style>
span { border-color: #466F1F; }
span { border-color: rgb(70,111,31); }
td.TdClassName
{
border-color: #466F1F;
}
.TagClassName
{
border-color: #466F1F;
}
</style>