Shades of Green Leaf #52682E
Tints of Green Leaf #52682E
RGB
CMYK
RGB Variations
Color information
#52682E (or 0x52682E) is known color: Green Leaf. HEX triplet: 52, 68 and 2E. RGB value is (82,104,46). Sum of RGB (Red+Green+Blue) = 82+104+46=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #52682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52682E is #AD97D1. Grayscale: #5B5B5B. Windows color (decimal): -11376594 or 3041362. OLE color: 3041362.
HSL color Cylindrical-coordinate representation of color #52682E: hue angle of 82.76º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52682E is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 46 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.59 |
| HSL | 82.76º | 0.39% | 0.29% | - |
| HSV(B) | 82.76º | 0.56% | 0.41% | - |
| XYZ | 8.92 | 11.89 | 4.41 | - |
| YUV | 90.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 46 | 0.21 | 0 | 0.56 | 0.59 | 82.76 | 0.39 | 0.29 |
| Hex | 52 | 68 | 2E | 15 | 0 | 38 | 3B | 53 | 27 | 1D |
| Octal | 122 | 150 | 56 | 25 | 0 | 70 | 73 | 123 | 47 | 35 |
| Binary | 1010010 | 1101000 | 101110 | 10101 | 0 | 111000 | 111011 | 1010011 | 100111 | 11101 |
Color Harmonies of #52682E
Complementary color
Monochromatic Colors of #52682E
Black with #52682E
Text Example
Text Example
White with #52682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52682E; }
p { color: rgb(82,104,46); }
H1.HeaderClassName
{
color: #52682E;
}
.AnyTagClassName
{
color: #52682E;
}
</style>
background-color css
<style>
a { background-color: #52682E; }
a { background-color: rgb(82,104,46); }
div.DivClassName
{
background-color: #52682E;
}
.BgClassName
{
background-color: #52682E;
}
</style>
border-color css
<style>
span { border-color: #52682E; }
span { border-color: rgb(82,104,46); }
td.TdClassName
{
border-color: #52682E;
}
.TagClassName
{
border-color: #52682E;
}
</style>