Shades of Green Leaf #527E2A
Tints of Green Leaf #527E2A
RGB
CMYK
RGB Variations
Color information
#527E2A (or 0x527E2A) is known color: Green Leaf. HEX triplet: 52, 7E and 2A. RGB value is (82,126,42). Sum of RGB (Red+Green+Blue) = 82+126+42=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #527E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E2A is #AD81D5. Grayscale: #676767. Windows color (decimal): -11370966 or 2784850. OLE color: 2784850.
HSL color Cylindrical-coordinate representation of color #527E2A: hue angle of 91.43º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527E2A is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 42 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.51 |
| HSL | 91.43º | 0.5% | 0.33% | - |
| HSV(B) | 91.43º | 0.67% | 0.49% | - |
| XYZ | 11.36 | 16.88 | 4.85 | - |
| YUV | 103.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 42 | 0.35 | 0 | 0.67 | 0.51 | 91.43 | 0.5 | 0.33 |
| Hex | 52 | 7E | 2A | 23 | 0 | 43 | 33 | 5B | 32 | 21 |
| Octal | 122 | 176 | 52 | 43 | 0 | 103 | 63 | 133 | 62 | 41 |
| Binary | 1010010 | 1111110 | 101010 | 100011 | 0 | 1000011 | 110011 | 1011011 | 110010 | 100001 |
Color Harmonies of #527E2A
Complementary color
Monochromatic Colors of #527E2A
Black with #527E2A
Text Example
Text Example
White with #527E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E2A; }
p { color: rgb(82,126,42); }
H1.HeaderClassName
{
color: #527E2A;
}
.AnyTagClassName
{
color: #527E2A;
}
</style>
background-color css
<style>
a { background-color: #527E2A; }
a { background-color: rgb(82,126,42); }
div.DivClassName
{
background-color: #527E2A;
}
.BgClassName
{
background-color: #527E2A;
}
</style>
border-color css
<style>
span { border-color: #527E2A; }
span { border-color: rgb(82,126,42); }
td.TdClassName
{
border-color: #527E2A;
}
.TagClassName
{
border-color: #527E2A;
}
</style>