Shades of Green Leaf #54702A
Tints of Green Leaf #54702A
RGB
CMYK
RGB Variations
Color information
#54702A (or 0x54702A) is known color: Green Leaf. HEX triplet: 54, 70 and 2A. RGB value is (84,112,42). Sum of RGB (Red+Green+Blue) = 84+112+42=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #54702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54702A is #AB8FD5. Grayscale: #5F5F5F. Windows color (decimal): -11243478 or 2781268. OLE color: 2781268.
HSL color Cylindrical-coordinate representation of color #54702A: hue angle of 84º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54702A is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 42 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.56 |
| HSL | 84º | 0.45% | 0.3% | - |
| HSV(B) | 84º | 0.63% | 0.44% | - |
| XYZ | 9.87 | 13.64 | 4.3 | - |
| YUV | 95.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 42 | 0.25 | 0 | 0.62 | 0.56 | 84 | 0.45 | 0.3 |
| Hex | 54 | 70 | 2A | 19 | 0 | 3E | 38 | 54 | 2D | 1E |
| Octal | 124 | 160 | 52 | 31 | 0 | 76 | 70 | 124 | 55 | 36 |
| Binary | 1010100 | 1110000 | 101010 | 11001 | 0 | 111110 | 111000 | 1010100 | 101101 | 11110 |
Color Harmonies of #54702A
Complementary color
Monochromatic Colors of #54702A
Black with #54702A
Text Example
Text Example
White with #54702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54702A; }
p { color: rgb(84,112,42); }
H1.HeaderClassName
{
color: #54702A;
}
.AnyTagClassName
{
color: #54702A;
}
</style>
background-color css
<style>
a { background-color: #54702A; }
a { background-color: rgb(84,112,42); }
div.DivClassName
{
background-color: #54702A;
}
.BgClassName
{
background-color: #54702A;
}
</style>
border-color css
<style>
span { border-color: #54702A; }
span { border-color: rgb(84,112,42); }
td.TdClassName
{
border-color: #54702A;
}
.TagClassName
{
border-color: #54702A;
}
</style>