Shades of Green Leaf #527B21
Tints of Green Leaf #527B21
RGB
CMYK
RGB Variations
Color information
#527B21 (or 0x527B21) is known color: Green Leaf. HEX triplet: 52, 7B and 21. RGB value is (82,123,33). Sum of RGB (Red+Green+Blue) = 82+123+33=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #527B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B21 is #AD84DE. Grayscale: #646464. Windows color (decimal): -11371743 or 2194258. OLE color: 2194258.
HSL color Cylindrical-coordinate representation of color #527B21: hue angle of 87.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #527B21 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 123 | 33 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.52 |
| HSL | 87.33º | 0.58% | 0.31% | - |
| HSV(B) | 87.33º | 0.73% | 0.48% | - |
| XYZ | 10.84 | 16.07 | 3.97 | - |
| YUV | 100.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 33 | 0.33 | 0 | 0.73 | 0.52 | 87.33 | 0.58 | 0.31 |
| Hex | 52 | 7B | 21 | 21 | 0 | 49 | 34 | 57 | 3A | 1F |
| Octal | 122 | 173 | 41 | 41 | 0 | 111 | 64 | 127 | 72 | 37 |
| Binary | 1010010 | 1111011 | 100001 | 100001 | 0 | 1001001 | 110100 | 1010111 | 111010 | 11111 |
Color Harmonies of #527B21
Complementary color
Monochromatic Colors of #527B21
Black with #527B21
Text Example
Text Example
White with #527B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B21; }
p { color: rgb(82,123,33); }
H1.HeaderClassName
{
color: #527B21;
}
.AnyTagClassName
{
color: #527B21;
}
</style>
background-color css
<style>
a { background-color: #527B21; }
a { background-color: rgb(82,123,33); }
div.DivClassName
{
background-color: #527B21;
}
.BgClassName
{
background-color: #527B21;
}
</style>
border-color css
<style>
span { border-color: #527B21; }
span { border-color: rgb(82,123,33); }
td.TdClassName
{
border-color: #527B21;
}
.TagClassName
{
border-color: #527B21;
}
</style>