Shades of Green Leaf #467805
Tints of Green Leaf #467805
RGB
CMYK
RGB Variations
Color information
#467805 (or 0x467805) is known color: Green Leaf. HEX triplet: 46, 78 and 05. RGB value is (70,120,5). Sum of RGB (Red+Green+Blue) = 70+120+5=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #467805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467805 is #B987FA. Grayscale: #5C5C5C. Windows color (decimal): -12158971 or 358470. OLE color: 358470.
HSL color Cylindrical-coordinate representation of color #467805: hue angle of 86.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #467805 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 5 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.53 |
| HSL | 86.09º | 0.92% | 0.25% | - |
| HSV(B) | 86.09º | 0.96% | 0.47% | - |
| XYZ | 9.27 | 14.75 | 2.5 | - |
| YUV | 91.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 5 | 0.42 | 0 | 0.96 | 0.53 | 86.09 | 0.92 | 0.25 |
| Hex | 46 | 78 | 5 | 2A | 0 | 60 | 35 | 56 | 5C | 19 |
| Octal | 106 | 170 | 5 | 52 | 0 | 140 | 65 | 126 | 134 | 31 |
| Binary | 1000110 | 1111000 | 101 | 101010 | 0 | 1100000 | 110101 | 1010110 | 1011100 | 11001 |
Color Harmonies of #467805
Complementary color
Monochromatic Colors of #467805
Black with #467805
Text Example
Text Example
White with #467805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467805; }
p { color: rgb(70,120,5); }
H1.HeaderClassName
{
color: #467805;
}
.AnyTagClassName
{
color: #467805;
}
</style>
background-color css
<style>
a { background-color: #467805; }
a { background-color: rgb(70,120,5); }
div.DivClassName
{
background-color: #467805;
}
.BgClassName
{
background-color: #467805;
}
</style>
border-color css
<style>
span { border-color: #467805; }
span { border-color: rgb(70,120,5); }
td.TdClassName
{
border-color: #467805;
}
.TagClassName
{
border-color: #467805;
}
</style>