Shades of Green Leaf #52661D
Tints of Green Leaf #52661D
RGB
CMYK
RGB Variations
Color information
#52661D (or 0x52661D) is known color: Green Leaf. HEX triplet: 52, 66 and 1D. RGB value is (82,102,29). Sum of RGB (Red+Green+Blue) = 82+102+29=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #52661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52661D is #AD99E2. Grayscale: #575757. Windows color (decimal): -11377123 or 1926738. OLE color: 1926738.
HSL color Cylindrical-coordinate representation of color #52661D: hue angle of 76.44º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52661D is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 102 | 29 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.6 |
| HSL | 76.44º | 0.56% | 0.26% | - |
| HSV(B) | 76.44º | 0.72% | 0.4% | - |
| XYZ | 8.45 | 11.39 | 2.91 | - |
| YUV | 87.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 29 | 0.20 | 0 | 0.72 | 0.6 | 76.44 | 0.56 | 0.26 |
| Hex | 52 | 66 | 1D | 14 | 0 | 48 | 3C | 4C | 38 | 1A |
| Octal | 122 | 146 | 35 | 24 | 0 | 110 | 74 | 114 | 70 | 32 |
| Binary | 1010010 | 1100110 | 11101 | 10100 | 0 | 1001000 | 111100 | 1001100 | 111000 | 11010 |
Color Harmonies of #52661D
Complementary color
Monochromatic Colors of #52661D
Black with #52661D
Text Example
Text Example
White with #52661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52661D; }
p { color: rgb(82,102,29); }
H1.HeaderClassName
{
color: #52661D;
}
.AnyTagClassName
{
color: #52661D;
}
</style>
background-color css
<style>
a { background-color: #52661D; }
a { background-color: rgb(82,102,29); }
div.DivClassName
{
background-color: #52661D;
}
.BgClassName
{
background-color: #52661D;
}
</style>
border-color css
<style>
span { border-color: #52661D; }
span { border-color: rgb(82,102,29); }
td.TdClassName
{
border-color: #52661D;
}
.TagClassName
{
border-color: #52661D;
}
</style>