Shades of Green Leaf #52672E
Tints of Green Leaf #52672E
RGB
CMYK
RGB Variations
Color information
#52672E (or 0x52672E) is known color: Green Leaf. HEX triplet: 52, 67 and 2E. RGB value is (82,103,46). Sum of RGB (Red+Green+Blue) = 82+103+46=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #52672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52672E is #AD98D1. Grayscale: #5A5A5A. Windows color (decimal): -11376850 or 3041106. OLE color: 3041106.
HSL color Cylindrical-coordinate representation of color #52672E: hue angle of 82.11º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52672E is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 46 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.60 |
| HSL | 82.11º | 0.38% | 0.29% | - |
| HSV(B) | 82.11º | 0.55% | 0.4% | - |
| XYZ | 8.82 | 11.69 | 4.38 | - |
| YUV | 90.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 46 | 0.20 | 0 | 0.55 | 0.60 | 82.11 | 0.38 | 0.29 |
| Hex | 52 | 67 | 2E | 14 | 0 | 37 | 3C | 52 | 26 | 1D |
| Octal | 122 | 147 | 56 | 24 | 0 | 67 | 74 | 122 | 46 | 35 |
| Binary | 1010010 | 1100111 | 101110 | 10100 | 0 | 110111 | 111100 | 1010010 | 100110 | 11101 |
Color Harmonies of #52672E
Complementary color
Monochromatic Colors of #52672E
Black with #52672E
Text Example
Text Example
White with #52672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52672E; }
p { color: rgb(82,103,46); }
H1.HeaderClassName
{
color: #52672E;
}
.AnyTagClassName
{
color: #52672E;
}
</style>
background-color css
<style>
a { background-color: #52672E; }
a { background-color: rgb(82,103,46); }
div.DivClassName
{
background-color: #52672E;
}
.BgClassName
{
background-color: #52672E;
}
</style>
border-color css
<style>
span { border-color: #52672E; }
span { border-color: rgb(82,103,46); }
td.TdClassName
{
border-color: #52672E;
}
.TagClassName
{
border-color: #52672E;
}
</style>