Shades of Green Leaf #47741A
Tints of Green Leaf #47741A
RGB
CMYK
RGB Variations
Color information
#47741A (or 0x47741A) is known color: Green Leaf. HEX triplet: 47, 74 and 1A. RGB value is (71,116,26). Sum of RGB (Red+Green+Blue) = 71+116+26=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #47741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47741A is #B88BE5. Grayscale: #5C5C5C. Windows color (decimal): -12094438 or 1733703. OLE color: 1733703.
HSL color Cylindrical-coordinate representation of color #47741A: hue angle of 90º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47741A is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 116 | 26 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.55 |
| HSL | 90º | 0.63% | 0.28% | - |
| HSV(B) | 90º | 0.78% | 0.45% | - |
| XYZ | 9.03 | 13.9 | 3.19 | - |
| YUV | 92.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 26 | 0.39 | 0 | 0.78 | 0.55 | 90 | 0.63 | 0.28 |
| Hex | 47 | 74 | 1A | 27 | 0 | 4E | 37 | 5A | 3F | 1C |
| Octal | 107 | 164 | 32 | 47 | 0 | 116 | 67 | 132 | 77 | 34 |
| Binary | 1000111 | 1110100 | 11010 | 100111 | 0 | 1001110 | 110111 | 1011010 | 111111 | 11100 |
Color Harmonies of #47741A
Complementary color
Monochromatic Colors of #47741A
Black with #47741A
Text Example
Text Example
White with #47741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47741A; }
p { color: rgb(71,116,26); }
H1.HeaderClassName
{
color: #47741A;
}
.AnyTagClassName
{
color: #47741A;
}
</style>
background-color css
<style>
a { background-color: #47741A; }
a { background-color: rgb(71,116,26); }
div.DivClassName
{
background-color: #47741A;
}
.BgClassName
{
background-color: #47741A;
}
</style>
border-color css
<style>
span { border-color: #47741A; }
span { border-color: rgb(71,116,26); }
td.TdClassName
{
border-color: #47741A;
}
.TagClassName
{
border-color: #47741A;
}
</style>