Shades of Green Leaf #52672D
Tints of Green Leaf #52672D
RGB
CMYK
RGB Variations
Color information
#52672D (or 0x52672D) is known color: Green Leaf. HEX triplet: 52, 67 and 2D. RGB value is (82,103,45). Sum of RGB (Red+Green+Blue) = 82+103+45=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #52672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52672D is #AD98D2. Grayscale: #5A5A5A. Windows color (decimal): -11376851 or 2975570. OLE color: 2975570.
HSL color Cylindrical-coordinate representation of color #52672D: hue angle of 81.72º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52672D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 45 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.60 |
| HSL | 81.72º | 0.39% | 0.29% | - |
| HSV(B) | 81.72º | 0.56% | 0.4% | - |
| XYZ | 8.8 | 11.68 | 4.27 | - |
| YUV | 90.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 45 | 0.20 | 0 | 0.56 | 0.60 | 81.72 | 0.39 | 0.29 |
| Hex | 52 | 67 | 2D | 14 | 0 | 38 | 3C | 52 | 27 | 1D |
| Octal | 122 | 147 | 55 | 24 | 0 | 70 | 74 | 122 | 47 | 35 |
| Binary | 1010010 | 1100111 | 101101 | 10100 | 0 | 111000 | 111100 | 1010010 | 100111 | 11101 |
Color Harmonies of #52672D
Complementary color
Monochromatic Colors of #52672D
Black with #52672D
Text Example
Text Example
White with #52672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52672D; }
p { color: rgb(82,103,45); }
H1.HeaderClassName
{
color: #52672D;
}
.AnyTagClassName
{
color: #52672D;
}
</style>
background-color css
<style>
a { background-color: #52672D; }
a { background-color: rgb(82,103,45); }
div.DivClassName
{
background-color: #52672D;
}
.BgClassName
{
background-color: #52672D;
}
</style>
border-color css
<style>
span { border-color: #52672D; }
span { border-color: rgb(82,103,45); }
td.TdClassName
{
border-color: #52672D;
}
.TagClassName
{
border-color: #52672D;
}
</style>