Shades of Green Leaf #54732C
Tints of Green Leaf #54732C
RGB
CMYK
RGB Variations
Color information
#54732C (or 0x54732C) is known color: Green Leaf. HEX triplet: 54, 73 and 2C. RGB value is (84,115,44). Sum of RGB (Red+Green+Blue) = 84+115+44=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #54732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54732C is #AB8CD3. Grayscale: #616161. Windows color (decimal): -11242708 or 2913108. OLE color: 2913108.
HSL color Cylindrical-coordinate representation of color #54732C: hue angle of 86.2º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54732C is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 115 | 44 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.55 |
| HSL | 86.2º | 0.45% | 0.31% | - |
| HSV(B) | 86.2º | 0.62% | 0.45% | - |
| XYZ | 10.24 | 14.33 | 4.61 | - |
| YUV | 97.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 44 | 0.27 | 0 | 0.62 | 0.55 | 86.2 | 0.45 | 0.31 |
| Hex | 54 | 73 | 2C | 1B | 0 | 3E | 37 | 56 | 2D | 1F |
| Octal | 124 | 163 | 54 | 33 | 0 | 76 | 67 | 126 | 55 | 37 |
| Binary | 1010100 | 1110011 | 101100 | 11011 | 0 | 111110 | 110111 | 1010110 | 101101 | 11111 |
Color Harmonies of #54732C
Complementary color
Monochromatic Colors of #54732C
Black with #54732C
Text Example
Text Example
White with #54732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54732C; }
p { color: rgb(84,115,44); }
H1.HeaderClassName
{
color: #54732C;
}
.AnyTagClassName
{
color: #54732C;
}
</style>
background-color css
<style>
a { background-color: #54732C; }
a { background-color: rgb(84,115,44); }
div.DivClassName
{
background-color: #54732C;
}
.BgClassName
{
background-color: #54732C;
}
</style>
border-color css
<style>
span { border-color: #54732C; }
span { border-color: rgb(84,115,44); }
td.TdClassName
{
border-color: #54732C;
}
.TagClassName
{
border-color: #54732C;
}
</style>