Shades of Green Leaf #52681B
Tints of Green Leaf #52681B
RGB
CMYK
RGB Variations
Color information
#52681B (or 0x52681B) is known color: Green Leaf. HEX triplet: 52, 68 and 1B. RGB value is (82,104,27). Sum of RGB (Red+Green+Blue) = 82+104+27=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #52681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52681B is #AD97E4. Grayscale: #585858. Windows color (decimal): -11376613 or 1796178. OLE color: 1796178.
HSL color Cylindrical-coordinate representation of color #52681B: hue angle of 77.14º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52681B is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 27 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.59 |
| HSL | 77.14º | 0.59% | 0.26% | - |
| HSV(B) | 77.14º | 0.74% | 0.41% | - |
| XYZ | 8.63 | 11.77 | 2.85 | - |
| YUV | 88.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 27 | 0.21 | 0 | 0.74 | 0.59 | 77.14 | 0.59 | 0.26 |
| Hex | 52 | 68 | 1B | 15 | 0 | 4A | 3B | 4D | 3B | 1A |
| Octal | 122 | 150 | 33 | 25 | 0 | 112 | 73 | 115 | 73 | 32 |
| Binary | 1010010 | 1101000 | 11011 | 10101 | 0 | 1001010 | 111011 | 1001101 | 111011 | 11010 |
Color Harmonies of #52681B
Complementary color
Monochromatic Colors of #52681B
Black with #52681B
Text Example
Text Example
White with #52681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52681B; }
p { color: rgb(82,104,27); }
H1.HeaderClassName
{
color: #52681B;
}
.AnyTagClassName
{
color: #52681B;
}
</style>
background-color css
<style>
a { background-color: #52681B; }
a { background-color: rgb(82,104,27); }
div.DivClassName
{
background-color: #52681B;
}
.BgClassName
{
background-color: #52681B;
}
</style>
border-color css
<style>
span { border-color: #52681B; }
span { border-color: rgb(82,104,27); }
td.TdClassName
{
border-color: #52681B;
}
.TagClassName
{
border-color: #52681B;
}
</style>