Shades of Green Leaf #527A1B
Tints of Green Leaf #527A1B
RGB
CMYK
RGB Variations
Color information
#527A1B (or 0x527A1B) is known color: Green Leaf. HEX triplet: 52, 7A and 1B. RGB value is (82,122,27). Sum of RGB (Red+Green+Blue) = 82+122+27=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #527A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527A1B is #AD85E4. Grayscale: #636363. Windows color (decimal): -11372005 or 1800786. OLE color: 1800786.
HSL color Cylindrical-coordinate representation of color #527A1B: hue angle of 85.26º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #527A1B is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 27 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.52 |
| HSL | 85.26º | 0.64% | 0.29% | - |
| HSV(B) | 85.26º | 0.78% | 0.48% | - |
| XYZ | 10.64 | 15.79 | 3.52 | - |
| YUV | 99.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 27 | 0.33 | 0 | 0.78 | 0.52 | 85.26 | 0.64 | 0.29 |
| Hex | 52 | 7A | 1B | 21 | 0 | 4E | 34 | 55 | 40 | 1D |
| Octal | 122 | 172 | 33 | 41 | 0 | 116 | 64 | 125 | 100 | 35 |
| Binary | 1010010 | 1111010 | 11011 | 100001 | 0 | 1001110 | 110100 | 1010101 | 1000000 | 11101 |
Color Harmonies of #527A1B
Complementary color
Monochromatic Colors of #527A1B
Black with #527A1B
Text Example
Text Example
White with #527A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A1B; }
p { color: rgb(82,122,27); }
H1.HeaderClassName
{
color: #527A1B;
}
.AnyTagClassName
{
color: #527A1B;
}
</style>
background-color css
<style>
a { background-color: #527A1B; }
a { background-color: rgb(82,122,27); }
div.DivClassName
{
background-color: #527A1B;
}
.BgClassName
{
background-color: #527A1B;
}
</style>
border-color css
<style>
span { border-color: #527A1B; }
span { border-color: rgb(82,122,27); }
td.TdClassName
{
border-color: #527A1B;
}
.TagClassName
{
border-color: #527A1B;
}
</style>