Shades of Green Leaf #53692A
Tints of Green Leaf #53692A
RGB
CMYK
RGB Variations
Color information
#53692A (or 0x53692A) is known color: Green Leaf. HEX triplet: 53, 69 and 2A. RGB value is (83,105,42). Sum of RGB (Red+Green+Blue) = 83+105+42=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #53692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53692A is #AC96D5. Grayscale: #5B5B5B. Windows color (decimal): -11310806 or 2779475. OLE color: 2779475.
HSL color Cylindrical-coordinate representation of color #53692A: hue angle of 80.95º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53692A is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 42 | - |
| CMYK | 0.21 | 0 | 0.6 | 0.59 |
| HSL | 80.95º | 0.43% | 0.29% | - |
| HSV(B) | 80.95º | 0.6% | 0.41% | - |
| XYZ | 9.04 | 12.11 | 4.05 | - |
| YUV | 91.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 42 | 0.21 | 0 | 0.6 | 0.59 | 80.95 | 0.43 | 0.29 |
| Hex | 53 | 69 | 2A | 15 | 0 | 3C | 3B | 51 | 2B | 1D |
| Octal | 123 | 151 | 52 | 25 | 0 | 74 | 73 | 121 | 53 | 35 |
| Binary | 1010011 | 1101001 | 101010 | 10101 | 0 | 111100 | 111011 | 1010001 | 101011 | 11101 |
Color Harmonies of #53692A
Complementary color
Monochromatic Colors of #53692A
Black with #53692A
Text Example
Text Example
White with #53692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53692A; }
p { color: rgb(83,105,42); }
H1.HeaderClassName
{
color: #53692A;
}
.AnyTagClassName
{
color: #53692A;
}
</style>
background-color css
<style>
a { background-color: #53692A; }
a { background-color: rgb(83,105,42); }
div.DivClassName
{
background-color: #53692A;
}
.BgClassName
{
background-color: #53692A;
}
</style>
border-color css
<style>
span { border-color: #53692A; }
span { border-color: rgb(83,105,42); }
td.TdClassName
{
border-color: #53692A;
}
.TagClassName
{
border-color: #53692A;
}
</style>