Shades of Green Leaf #527B22
Tints of Green Leaf #527B22
RGB
CMYK
RGB Variations
Color information
#527B22 (or 0x527B22) is known color: Green Leaf. HEX triplet: 52, 7B and 22. RGB value is (82,123,34). Sum of RGB (Red+Green+Blue) = 82+123+34=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #527B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B22 is #AD84DD. Grayscale: #646464. Windows color (decimal): -11371742 or 2259794. OLE color: 2259794.
HSL color Cylindrical-coordinate representation of color #527B22: hue angle of 87.64º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #527B22 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 123 | 34 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.52 |
| HSL | 87.64º | 0.57% | 0.31% | - |
| HSV(B) | 87.64º | 0.72% | 0.48% | - |
| XYZ | 10.85 | 16.08 | 4.04 | - |
| YUV | 100.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 34 | 0.33 | 0 | 0.72 | 0.52 | 87.64 | 0.57 | 0.31 |
| Hex | 52 | 7B | 22 | 21 | 0 | 48 | 34 | 58 | 39 | 1F |
| Octal | 122 | 173 | 42 | 41 | 0 | 110 | 64 | 130 | 71 | 37 |
| Binary | 1010010 | 1111011 | 100010 | 100001 | 0 | 1001000 | 110100 | 1011000 | 111001 | 11111 |
Color Harmonies of #527B22
Complementary color
Monochromatic Colors of #527B22
Black with #527B22
Text Example
Text Example
White with #527B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B22; }
p { color: rgb(82,123,34); }
H1.HeaderClassName
{
color: #527B22;
}
.AnyTagClassName
{
color: #527B22;
}
</style>
background-color css
<style>
a { background-color: #527B22; }
a { background-color: rgb(82,123,34); }
div.DivClassName
{
background-color: #527B22;
}
.BgClassName
{
background-color: #527B22;
}
</style>
border-color css
<style>
span { border-color: #527B22; }
span { border-color: rgb(82,123,34); }
td.TdClassName
{
border-color: #527B22;
}
.TagClassName
{
border-color: #527B22;
}
</style>