Shades of Green Leaf #467803
Tints of Green Leaf #467803
RGB
CMYK
RGB Variations
Color information
#467803 (or 0x467803) is known color: Green Leaf. HEX triplet: 46, 78 and 03. RGB value is (70,120,3). Sum of RGB (Red+Green+Blue) = 70+120+3=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #467803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467803 is #B987FC. Grayscale: #5C5C5C. Windows color (decimal): -12158973 or 227398. OLE color: 227398.
HSL color Cylindrical-coordinate representation of color #467803: hue angle of 85.64º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467803 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 3 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.53 |
| HSL | 85.64º | 0.95% | 0.24% | - |
| HSV(B) | 85.64º | 0.98% | 0.47% | - |
| XYZ | 9.26 | 14.74 | 2.44 | - |
| YUV | 91.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 3 | 0.42 | 0 | 0.98 | 0.53 | 85.64 | 0.95 | 0.24 |
| Hex | 46 | 78 | 3 | 2A | 0 | 62 | 35 | 56 | 5F | 18 |
| Octal | 106 | 170 | 3 | 52 | 0 | 142 | 65 | 126 | 137 | 30 |
| Binary | 1000110 | 1111000 | 11 | 101010 | 0 | 1100010 | 110101 | 1010110 | 1011111 | 11000 |
Color Harmonies of #467803
Complementary color
Monochromatic Colors of #467803
Black with #467803
Text Example
Text Example
White with #467803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467803; }
p { color: rgb(70,120,3); }
H1.HeaderClassName
{
color: #467803;
}
.AnyTagClassName
{
color: #467803;
}
</style>
background-color css
<style>
a { background-color: #467803; }
a { background-color: rgb(70,120,3); }
div.DivClassName
{
background-color: #467803;
}
.BgClassName
{
background-color: #467803;
}
</style>
border-color css
<style>
span { border-color: #467803; }
span { border-color: rgb(70,120,3); }
td.TdClassName
{
border-color: #467803;
}
.TagClassName
{
border-color: #467803;
}
</style>