Shades of Green Leaf #466F0D
Tints of Green Leaf #466F0D
RGB
CMYK
RGB Variations
Color information
#466F0D (or 0x466F0D) is known color: Green Leaf. HEX triplet: 46, 6F and 0D. RGB value is (70,111,13). Sum of RGB (Red+Green+Blue) = 70+111+13=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #466F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F0D is #B990F2. Grayscale: #575757. Windows color (decimal): -12161267 or 880454. OLE color: 880454.
HSL color Cylindrical-coordinate representation of color #466F0D: hue angle of 85.1º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #466F0D is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 13 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.56 |
| HSL | 85.1º | 0.79% | 0.24% | - |
| HSV(B) | 85.1º | 0.88% | 0.44% | - |
| XYZ | 8.28 | 12.7 | 2.4 | - |
| YUV | 87.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 13 | 0.37 | 0 | 0.88 | 0.56 | 85.1 | 0.79 | 0.24 |
| Hex | 46 | 6F | D | 25 | 0 | 58 | 38 | 55 | 4F | 18 |
| Octal | 106 | 157 | 15 | 45 | 0 | 130 | 70 | 125 | 117 | 30 |
| Binary | 1000110 | 1101111 | 1101 | 100101 | 0 | 1011000 | 111000 | 1010101 | 1001111 | 11000 |
Color Harmonies of #466F0D
Complementary color
Monochromatic Colors of #466F0D
Black with #466F0D
Text Example
Text Example
White with #466F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F0D; }
p { color: rgb(70,111,13); }
H1.HeaderClassName
{
color: #466F0D;
}
.AnyTagClassName
{
color: #466F0D;
}
</style>
background-color css
<style>
a { background-color: #466F0D; }
a { background-color: rgb(70,111,13); }
div.DivClassName
{
background-color: #466F0D;
}
.BgClassName
{
background-color: #466F0D;
}
</style>
border-color css
<style>
span { border-color: #466F0D; }
span { border-color: rgb(70,111,13); }
td.TdClassName
{
border-color: #466F0D;
}
.TagClassName
{
border-color: #466F0D;
}
</style>