Shades of Green Leaf #526C2C
Tints of Green Leaf #526C2C
RGB
CMYK
RGB Variations
Color information
#526C2C (or 0x526C2C) is known color: Green Leaf. HEX triplet: 52, 6C and 2C. RGB value is (82,108,44). Sum of RGB (Red+Green+Blue) = 82+108+44=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #526C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C2C is #AD93D3. Grayscale: #5D5D5D. Windows color (decimal): -11375572 or 2911314. OLE color: 2911314.
HSL color Cylindrical-coordinate representation of color #526C2C: hue angle of 84.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526C2C is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 44 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.58 |
| HSL | 84.38º | 0.42% | 0.3% | - |
| HSV(B) | 84.38º | 0.59% | 0.42% | - |
| XYZ | 9.3 | 12.7 | 4.34 | - |
| YUV | 92.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 44 | 0.24 | 0 | 0.59 | 0.58 | 84.38 | 0.42 | 0.3 |
| Hex | 52 | 6C | 2C | 18 | 0 | 3B | 3A | 54 | 2A | 1E |
| Octal | 122 | 154 | 54 | 30 | 0 | 73 | 72 | 124 | 52 | 36 |
| Binary | 1010010 | 1101100 | 101100 | 11000 | 0 | 111011 | 111010 | 1010100 | 101010 | 11110 |
Color Harmonies of #526C2C
Complementary color
Monochromatic Colors of #526C2C
Black with #526C2C
Text Example
Text Example
White with #526C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C2C; }
p { color: rgb(82,108,44); }
H1.HeaderClassName
{
color: #526C2C;
}
.AnyTagClassName
{
color: #526C2C;
}
</style>
background-color css
<style>
a { background-color: #526C2C; }
a { background-color: rgb(82,108,44); }
div.DivClassName
{
background-color: #526C2C;
}
.BgClassName
{
background-color: #526C2C;
}
</style>
border-color css
<style>
span { border-color: #526C2C; }
span { border-color: rgb(82,108,44); }
td.TdClassName
{
border-color: #526C2C;
}
.TagClassName
{
border-color: #526C2C;
}
</style>