Shades of Green Leaf #53762C
Tints of Green Leaf #53762C
RGB
CMYK
RGB Variations
Color information
#53762C (or 0x53762C) is known color: Green Leaf. HEX triplet: 53, 76 and 2C. RGB value is (83,118,44). Sum of RGB (Red+Green+Blue) = 83+118+44=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #53762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53762C is #AC89D3. Grayscale: #636363. Windows color (decimal): -11307476 or 2913875. OLE color: 2913875.
HSL color Cylindrical-coordinate representation of color #53762C: hue angle of 88.38º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53762C is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 118 | 44 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.54 |
| HSL | 88.38º | 0.46% | 0.32% | - |
| HSV(B) | 88.38º | 0.63% | 0.46% | - |
| XYZ | 10.5 | 14.98 | 4.72 | - |
| YUV | 99.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 44 | 0.30 | 0 | 0.63 | 0.54 | 88.38 | 0.46 | 0.32 |
| Hex | 53 | 76 | 2C | 1E | 0 | 3F | 36 | 58 | 2E | 20 |
| Octal | 123 | 166 | 54 | 36 | 0 | 77 | 66 | 130 | 56 | 40 |
| Binary | 1010011 | 1110110 | 101100 | 11110 | 0 | 111111 | 110110 | 1011000 | 101110 | 100000 |
Color Harmonies of #53762C
Complementary color
Monochromatic Colors of #53762C
Black with #53762C
Text Example
Text Example
White with #53762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53762C; }
p { color: rgb(83,118,44); }
H1.HeaderClassName
{
color: #53762C;
}
.AnyTagClassName
{
color: #53762C;
}
</style>
background-color css
<style>
a { background-color: #53762C; }
a { background-color: rgb(83,118,44); }
div.DivClassName
{
background-color: #53762C;
}
.BgClassName
{
background-color: #53762C;
}
</style>
border-color css
<style>
span { border-color: #53762C; }
span { border-color: rgb(83,118,44); }
td.TdClassName
{
border-color: #53762C;
}
.TagClassName
{
border-color: #53762C;
}
</style>