Shades of Green Leaf #52682A
Tints of Green Leaf #52682A
RGB
CMYK
RGB Variations
Color information
#52682A (or 0x52682A) is known color: Green Leaf. HEX triplet: 52, 68 and 2A. RGB value is (82,104,42). Sum of RGB (Red+Green+Blue) = 82+104+42=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #52682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52682A is #AD97D5. Grayscale: #5A5A5A. Windows color (decimal): -11376598 or 2779218. OLE color: 2779218.
HSL color Cylindrical-coordinate representation of color #52682A: hue angle of 81.29º degrees, saturation: 0.42, 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 #52682A is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 42 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.59 |
| HSL | 81.29º | 0.42% | 0.29% | - |
| HSV(B) | 81.29º | 0.6% | 0.41% | - |
| XYZ | 8.85 | 11.86 | 4.01 | - |
| YUV | 90.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 42 | 0.21 | 0 | 0.60 | 0.59 | 81.29 | 0.42 | 0.29 |
| Hex | 52 | 68 | 2A | 15 | 0 | 3C | 3B | 51 | 2A | 1D |
| Octal | 122 | 150 | 52 | 25 | 0 | 74 | 73 | 121 | 52 | 35 |
| Binary | 1010010 | 1101000 | 101010 | 10101 | 0 | 111100 | 111011 | 1010001 | 101010 | 11101 |
Color Harmonies of #52682A
Complementary color
Monochromatic Colors of #52682A
Black with #52682A
Text Example
Text Example
White with #52682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52682A; }
p { color: rgb(82,104,42); }
H1.HeaderClassName
{
color: #52682A;
}
.AnyTagClassName
{
color: #52682A;
}
</style>
background-color css
<style>
a { background-color: #52682A; }
a { background-color: rgb(82,104,42); }
div.DivClassName
{
background-color: #52682A;
}
.BgClassName
{
background-color: #52682A;
}
</style>
border-color css
<style>
span { border-color: #52682A; }
span { border-color: rgb(82,104,42); }
td.TdClassName
{
border-color: #52682A;
}
.TagClassName
{
border-color: #52682A;
}
</style>