Shades of Green Leaf #47631F
Tints of Green Leaf #47631F
RGB
CMYK
RGB Variations
Color information
#47631F (or 0x47631F) is known color: Green Leaf. HEX triplet: 47, 63 and 1F. RGB value is (71,99,31). Sum of RGB (Red+Green+Blue) = 71+99+31=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #47631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47631F is #B89CE0. Grayscale: #535353. Windows color (decimal): -12098785 or 2057031. OLE color: 2057031.
HSL color Cylindrical-coordinate representation of color #47631F: hue angle of 84.71º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47631F is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 31 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.61 |
| HSL | 84.71º | 0.52% | 0.25% | - |
| HSV(B) | 84.71º | 0.69% | 0.39% | - |
| XYZ | 7.31 | 10.36 | 2.91 | - |
| YUV | 82.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 31 | 0.28 | 0 | 0.69 | 0.61 | 84.71 | 0.52 | 0.25 |
| Hex | 47 | 63 | 1F | 1C | 0 | 45 | 3D | 55 | 34 | 19 |
| Octal | 107 | 143 | 37 | 34 | 0 | 105 | 75 | 125 | 64 | 31 |
| Binary | 1000111 | 1100011 | 11111 | 11100 | 0 | 1000101 | 111101 | 1010101 | 110100 | 11001 |
Color Harmonies of #47631F
Complementary color
Monochromatic Colors of #47631F
Black with #47631F
Text Example
Text Example
White with #47631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47631F; }
p { color: rgb(71,99,31); }
H1.HeaderClassName
{
color: #47631F;
}
.AnyTagClassName
{
color: #47631F;
}
</style>
background-color css
<style>
a { background-color: #47631F; }
a { background-color: rgb(71,99,31); }
div.DivClassName
{
background-color: #47631F;
}
.BgClassName
{
background-color: #47631F;
}
</style>
border-color css
<style>
span { border-color: #47631F; }
span { border-color: rgb(71,99,31); }
td.TdClassName
{
border-color: #47631F;
}
.TagClassName
{
border-color: #47631F;
}
</style>