Shades of Green Leaf #527A13
Tints of Green Leaf #527A13
RGB
CMYK
RGB Variations
Color information
#527A13 (or 0x527A13) is known color: Green Leaf. HEX triplet: 52, 7A and 13. RGB value is (82,122,19). Sum of RGB (Red+Green+Blue) = 82+122+19=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #527A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527A13 is #AD85EC. Grayscale: #626262. Windows color (decimal): -11372013 or 1276498. OLE color: 1276498.
HSL color Cylindrical-coordinate representation of color #527A13: hue angle of 83.3º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #527A13 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 19 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.52 |
| HSL | 83.3º | 0.73% | 0.28% | - |
| HSV(B) | 83.3º | 0.84% | 0.48% | - |
| XYZ | 10.56 | 15.76 | 3.1 | - |
| YUV | 98.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 19 | 0.33 | 0 | 0.84 | 0.52 | 83.3 | 0.73 | 0.28 |
| Hex | 52 | 7A | 13 | 21 | 0 | 54 | 34 | 53 | 49 | 1C |
| Octal | 122 | 172 | 23 | 41 | 0 | 124 | 64 | 123 | 111 | 34 |
| Binary | 1010010 | 1111010 | 10011 | 100001 | 0 | 1010100 | 110100 | 1010011 | 1001001 | 11100 |
Color Harmonies of #527A13
Complementary color
Monochromatic Colors of #527A13
Black with #527A13
Text Example
Text Example
White with #527A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A13; }
p { color: rgb(82,122,19); }
H1.HeaderClassName
{
color: #527A13;
}
.AnyTagClassName
{
color: #527A13;
}
</style>
background-color css
<style>
a { background-color: #527A13; }
a { background-color: rgb(82,122,19); }
div.DivClassName
{
background-color: #527A13;
}
.BgClassName
{
background-color: #527A13;
}
</style>
border-color css
<style>
span { border-color: #527A13; }
span { border-color: rgb(82,122,19); }
td.TdClassName
{
border-color: #527A13;
}
.TagClassName
{
border-color: #527A13;
}
</style>