Shades of Green Leaf #54702C
Tints of Green Leaf #54702C
RGB
CMYK
RGB Variations
Color information
#54702C (or 0x54702C) is known color: Green Leaf. HEX triplet: 54, 70 and 2C. RGB value is (84,112,44). Sum of RGB (Red+Green+Blue) = 84+112+44=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #54702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54702C is #AB8FD3. Grayscale: #606060. Windows color (decimal): -11243476 or 2912340. OLE color: 2912340.
HSL color Cylindrical-coordinate representation of color #54702C: hue angle of 84.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54702C is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 44 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.56 |
| HSL | 84.71º | 0.44% | 0.31% | - |
| HSV(B) | 84.71º | 0.61% | 0.44% | - |
| XYZ | 9.9 | 13.66 | 4.5 | - |
| YUV | 95.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 44 | 0.25 | 0 | 0.61 | 0.56 | 84.71 | 0.44 | 0.31 |
| Hex | 54 | 70 | 2C | 19 | 0 | 3D | 38 | 55 | 2C | 1F |
| Octal | 124 | 160 | 54 | 31 | 0 | 75 | 70 | 125 | 54 | 37 |
| Binary | 1010100 | 1110000 | 101100 | 11001 | 0 | 111101 | 111000 | 1010101 | 101100 | 11111 |
Color Harmonies of #54702C
Complementary color
Monochromatic Colors of #54702C
Black with #54702C
Text Example
Text Example
White with #54702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54702C; }
p { color: rgb(84,112,44); }
H1.HeaderClassName
{
color: #54702C;
}
.AnyTagClassName
{
color: #54702C;
}
</style>
background-color css
<style>
a { background-color: #54702C; }
a { background-color: rgb(84,112,44); }
div.DivClassName
{
background-color: #54702C;
}
.BgClassName
{
background-color: #54702C;
}
</style>
border-color css
<style>
span { border-color: #54702C; }
span { border-color: rgb(84,112,44); }
td.TdClassName
{
border-color: #54702C;
}
.TagClassName
{
border-color: #54702C;
}
</style>