Shades of Green Leaf #476F18
Tints of Green Leaf #476F18
RGB
CMYK
RGB Variations
Color information
#476F18 (or 0x476F18) is known color: Green Leaf. HEX triplet: 47, 6F and 18. RGB value is (71,111,24). Sum of RGB (Red+Green+Blue) = 71+111+24=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #476F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476F18 is #B890E7. Grayscale: #595959. Windows color (decimal): -12095720 or 1601351. OLE color: 1601351.
HSL color Cylindrical-coordinate representation of color #476F18: hue angle of 87.59º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #476F18 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 111 | 24 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.56 |
| HSL | 87.59º | 0.64% | 0.26% | - |
| HSV(B) | 87.59º | 0.78% | 0.44% | - |
| XYZ | 8.45 | 12.77 | 2.88 | - |
| YUV | 89.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 24 | 0.36 | 0 | 0.78 | 0.56 | 87.59 | 0.64 | 0.26 |
| Hex | 47 | 6F | 18 | 24 | 0 | 4E | 38 | 58 | 40 | 1A |
| Octal | 107 | 157 | 30 | 44 | 0 | 116 | 70 | 130 | 100 | 32 |
| Binary | 1000111 | 1101111 | 11000 | 100100 | 0 | 1001110 | 111000 | 1011000 | 1000000 | 11010 |
Color Harmonies of #476F18
Complementary color
Monochromatic Colors of #476F18
Black with #476F18
Text Example
Text Example
White with #476F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F18; }
p { color: rgb(71,111,24); }
H1.HeaderClassName
{
color: #476F18;
}
.AnyTagClassName
{
color: #476F18;
}
</style>
background-color css
<style>
a { background-color: #476F18; }
a { background-color: rgb(71,111,24); }
div.DivClassName
{
background-color: #476F18;
}
.BgClassName
{
background-color: #476F18;
}
</style>
border-color css
<style>
span { border-color: #476F18; }
span { border-color: rgb(71,111,24); }
td.TdClassName
{
border-color: #476F18;
}
.TagClassName
{
border-color: #476F18;
}
</style>