Shades of Green Leaf #527C1D
Tints of Green Leaf #527C1D
RGB
CMYK
RGB Variations
Color information
#527C1D (or 0x527C1D) is known color: Green Leaf. HEX triplet: 52, 7C and 1D. RGB value is (82,124,29). Sum of RGB (Red+Green+Blue) = 82+124+29=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #527C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C1D is #AD83E2. Grayscale: #646464. Windows color (decimal): -11371491 or 1932370. OLE color: 1932370.
HSL color Cylindrical-coordinate representation of color #527C1D: hue angle of 86.53º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #527C1D is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 29 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.51 |
| HSL | 86.53º | 0.62% | 0.3% | - |
| HSV(B) | 86.53º | 0.77% | 0.49% | - |
| XYZ | 10.91 | 16.3 | 3.73 | - |
| YUV | 100.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 29 | 0.34 | 0 | 0.77 | 0.51 | 86.53 | 0.62 | 0.3 |
| Hex | 52 | 7C | 1D | 22 | 0 | 4D | 33 | 57 | 3E | 1E |
| Octal | 122 | 174 | 35 | 42 | 0 | 115 | 63 | 127 | 76 | 36 |
| Binary | 1010010 | 1111100 | 11101 | 100010 | 0 | 1001101 | 110011 | 1010111 | 111110 | 11110 |
Color Harmonies of #527C1D
Complementary color
Monochromatic Colors of #527C1D
Black with #527C1D
Text Example
Text Example
White with #527C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C1D; }
p { color: rgb(82,124,29); }
H1.HeaderClassName
{
color: #527C1D;
}
.AnyTagClassName
{
color: #527C1D;
}
</style>
background-color css
<style>
a { background-color: #527C1D; }
a { background-color: rgb(82,124,29); }
div.DivClassName
{
background-color: #527C1D;
}
.BgClassName
{
background-color: #527C1D;
}
</style>
border-color css
<style>
span { border-color: #527C1D; }
span { border-color: rgb(82,124,29); }
td.TdClassName
{
border-color: #527C1D;
}
.TagClassName
{
border-color: #527C1D;
}
</style>