Shades of Green Leaf #526F34
Tints of Green Leaf #526F34
RGB
CMYK
RGB Variations
Color information
#526F34 (or 0x526F34) is known color: Green Leaf. HEX triplet: 52, 6F and 34. RGB value is (82,111,52). Sum of RGB (Red+Green+Blue) = 82+111+52=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #526F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F34 is #AD90CB. Grayscale: #5F5F5F. Windows color (decimal): -11374796 or 3436370. OLE color: 3436370.
HSL color Cylindrical-coordinate representation of color #526F34: hue angle of 89.49º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526F34 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 52 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.56 |
| HSL | 89.49º | 0.36% | 0.32% | - |
| HSV(B) | 89.49º | 0.53% | 0.44% | - |
| XYZ | 9.78 | 13.41 | 5.32 | - |
| YUV | 95.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 52 | 0.26 | 0 | 0.53 | 0.56 | 89.49 | 0.36 | 0.32 |
| Hex | 52 | 6F | 34 | 1A | 0 | 35 | 38 | 59 | 24 | 20 |
| Octal | 122 | 157 | 64 | 32 | 0 | 65 | 70 | 131 | 44 | 40 |
| Binary | 1010010 | 1101111 | 110100 | 11010 | 0 | 110101 | 111000 | 1011001 | 100100 | 100000 |
Color Harmonies of #526F34
Complementary color
Monochromatic Colors of #526F34
Black with #526F34
Text Example
Text Example
White with #526F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F34; }
p { color: rgb(82,111,52); }
H1.HeaderClassName
{
color: #526F34;
}
.AnyTagClassName
{
color: #526F34;
}
</style>
background-color css
<style>
a { background-color: #526F34; }
a { background-color: rgb(82,111,52); }
div.DivClassName
{
background-color: #526F34;
}
.BgClassName
{
background-color: #526F34;
}
</style>
border-color css
<style>
span { border-color: #526F34; }
span { border-color: rgb(82,111,52); }
td.TdClassName
{
border-color: #526F34;
}
.TagClassName
{
border-color: #526F34;
}
</style>