Shades of Green Leaf #52682D
Tints of Green Leaf #52682D
RGB
CMYK
RGB Variations
Color information
#52682D (or 0x52682D) is known color: Green Leaf. HEX triplet: 52, 68 and 2D. RGB value is (82,104,45). Sum of RGB (Red+Green+Blue) = 82+104+45=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #52682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52682D is #AD97D2. Grayscale: #5A5A5A. Windows color (decimal): -11376595 or 2975826. OLE color: 2975826.
HSL color Cylindrical-coordinate representation of color #52682D: hue angle of 82.37º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52682D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 45 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.59 |
| HSL | 82.37º | 0.4% | 0.29% | - |
| HSV(B) | 82.37º | 0.57% | 0.41% | - |
| XYZ | 8.9 | 11.88 | 4.31 | - |
| YUV | 90.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 45 | 0.21 | 0 | 0.57 | 0.59 | 82.37 | 0.4 | 0.29 |
| Hex | 52 | 68 | 2D | 15 | 0 | 39 | 3B | 52 | 28 | 1D |
| Octal | 122 | 150 | 55 | 25 | 0 | 71 | 73 | 122 | 50 | 35 |
| Binary | 1010010 | 1101000 | 101101 | 10101 | 0 | 111001 | 111011 | 1010010 | 101000 | 11101 |
Color Harmonies of #52682D
Complementary color
Monochromatic Colors of #52682D
Black with #52682D
Text Example
Text Example
White with #52682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52682D; }
p { color: rgb(82,104,45); }
H1.HeaderClassName
{
color: #52682D;
}
.AnyTagClassName
{
color: #52682D;
}
</style>
background-color css
<style>
a { background-color: #52682D; }
a { background-color: rgb(82,104,45); }
div.DivClassName
{
background-color: #52682D;
}
.BgClassName
{
background-color: #52682D;
}
</style>
border-color css
<style>
span { border-color: #52682D; }
span { border-color: rgb(82,104,45); }
td.TdClassName
{
border-color: #52682D;
}
.TagClassName
{
border-color: #52682D;
}
</style>