Shades of Green Leaf #53762A
Tints of Green Leaf #53762A
RGB
CMYK
RGB Variations
Color information
#53762A (or 0x53762A) is known color: Green Leaf. HEX triplet: 53, 76 and 2A. RGB value is (83,118,42). Sum of RGB (Red+Green+Blue) = 83+118+42=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #53762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53762A is #AC89D5. Grayscale: #636363. Windows color (decimal): -11307478 or 2782803. OLE color: 2782803.
HSL color Cylindrical-coordinate representation of color #53762A: hue angle of 87.63º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53762A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 118 | 42 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.54 |
| HSL | 87.63º | 0.48% | 0.31% | - |
| HSV(B) | 87.63º | 0.64% | 0.46% | - |
| XYZ | 10.46 | 14.96 | 4.53 | - |
| YUV | 98.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 42 | 0.30 | 0 | 0.64 | 0.54 | 87.63 | 0.48 | 0.31 |
| Hex | 53 | 76 | 2A | 1E | 0 | 40 | 36 | 58 | 30 | 1F |
| Octal | 123 | 166 | 52 | 36 | 0 | 100 | 66 | 130 | 60 | 37 |
| Binary | 1010011 | 1110110 | 101010 | 11110 | 0 | 1000000 | 110110 | 1011000 | 110000 | 11111 |
Color Harmonies of #53762A
Complementary color
Monochromatic Colors of #53762A
Black with #53762A
Text Example
Text Example
White with #53762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53762A; }
p { color: rgb(83,118,42); }
H1.HeaderClassName
{
color: #53762A;
}
.AnyTagClassName
{
color: #53762A;
}
</style>
background-color css
<style>
a { background-color: #53762A; }
a { background-color: rgb(83,118,42); }
div.DivClassName
{
background-color: #53762A;
}
.BgClassName
{
background-color: #53762A;
}
</style>
border-color css
<style>
span { border-color: #53762A; }
span { border-color: rgb(83,118,42); }
td.TdClassName
{
border-color: #53762A;
}
.TagClassName
{
border-color: #53762A;
}
</style>