Shades of Green Leaf #52691C
Tints of Green Leaf #52691C
RGB
CMYK
RGB Variations
Color information
#52691C (or 0x52691C) is known color: Green Leaf. HEX triplet: 52, 69 and 1C. RGB value is (82,105,28). Sum of RGB (Red+Green+Blue) = 82+105+28=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #52691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52691C is #AD96E3. Grayscale: #595959. Windows color (decimal): -11376356 or 1861970. OLE color: 1861970.
HSL color Cylindrical-coordinate representation of color #52691C: hue angle of 77.92º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52691C is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 105 | 28 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.59 |
| HSL | 77.92º | 0.58% | 0.26% | - |
| HSV(B) | 77.92º | 0.73% | 0.41% | - |
| XYZ | 8.74 | 11.98 | 2.95 | - |
| YUV | 89.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 28 | 0.22 | 0 | 0.73 | 0.59 | 77.92 | 0.58 | 0.26 |
| Hex | 52 | 69 | 1C | 16 | 0 | 49 | 3B | 4E | 3A | 1A |
| Octal | 122 | 151 | 34 | 26 | 0 | 111 | 73 | 116 | 72 | 32 |
| Binary | 1010010 | 1101001 | 11100 | 10110 | 0 | 1001001 | 111011 | 1001110 | 111010 | 11010 |
Color Harmonies of #52691C
Complementary color
Monochromatic Colors of #52691C
Black with #52691C
Text Example
Text Example
White with #52691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52691C; }
p { color: rgb(82,105,28); }
H1.HeaderClassName
{
color: #52691C;
}
.AnyTagClassName
{
color: #52691C;
}
</style>
background-color css
<style>
a { background-color: #52691C; }
a { background-color: rgb(82,105,28); }
div.DivClassName
{
background-color: #52691C;
}
.BgClassName
{
background-color: #52691C;
}
</style>
border-color css
<style>
span { border-color: #52691C; }
span { border-color: rgb(82,105,28); }
td.TdClassName
{
border-color: #52691C;
}
.TagClassName
{
border-color: #52691C;
}
</style>