Shades of Green Leaf #53792C
Tints of Green Leaf #53792C
RGB
CMYK
RGB Variations
Color information
#53792C (or 0x53792C) is known color: Green Leaf. HEX triplet: 53, 79 and 2C. RGB value is (83,121,44). Sum of RGB (Red+Green+Blue) = 83+121+44=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #53792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53792C is #AC86D3. Grayscale: #656565. Windows color (decimal): -11306708 or 2914643. OLE color: 2914643.
HSL color Cylindrical-coordinate representation of color #53792C: hue angle of 89.61º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53792C is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 121 | 44 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.53 |
| HSL | 89.61º | 0.47% | 0.32% | - |
| HSV(B) | 89.61º | 0.64% | 0.47% | - |
| XYZ | 10.86 | 15.7 | 4.84 | - |
| YUV | 100.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 44 | 0.31 | 0 | 0.64 | 0.53 | 89.61 | 0.47 | 0.32 |
| Hex | 53 | 79 | 2C | 1F | 0 | 40 | 35 | 5A | 2F | 20 |
| Octal | 123 | 171 | 54 | 37 | 0 | 100 | 65 | 132 | 57 | 40 |
| Binary | 1010011 | 1111001 | 101100 | 11111 | 0 | 1000000 | 110101 | 1011010 | 101111 | 100000 |
Color Harmonies of #53792C
Complementary color
Monochromatic Colors of #53792C
Black with #53792C
Text Example
Text Example
White with #53792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53792C; }
p { color: rgb(83,121,44); }
H1.HeaderClassName
{
color: #53792C;
}
.AnyTagClassName
{
color: #53792C;
}
</style>
background-color css
<style>
a { background-color: #53792C; }
a { background-color: rgb(83,121,44); }
div.DivClassName
{
background-color: #53792C;
}
.BgClassName
{
background-color: #53792C;
}
</style>
border-color css
<style>
span { border-color: #53792C; }
span { border-color: rgb(83,121,44); }
td.TdClassName
{
border-color: #53792C;
}
.TagClassName
{
border-color: #53792C;
}
</style>