Shades of Green Leaf #52672A
Tints of Green Leaf #52672A
RGB
CMYK
RGB Variations
Color information
#52672A (or 0x52672A) is known color: Green Leaf. HEX triplet: 52, 67 and 2A. RGB value is (82,103,42). Sum of RGB (Red+Green+Blue) = 82+103+42=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #52672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52672A is #AD98D5. Grayscale: #595959. Windows color (decimal): -11376854 or 2778962. OLE color: 2778962.
HSL color Cylindrical-coordinate representation of color #52672A: hue angle of 80.66º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52672A is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 42 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.60 |
| HSL | 80.66º | 0.42% | 0.28% | - |
| HSV(B) | 80.66º | 0.59% | 0.4% | - |
| XYZ | 8.75 | 11.66 | 3.98 | - |
| YUV | 89.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 42 | 0.20 | 0 | 0.59 | 0.60 | 80.66 | 0.42 | 0.28 |
| Hex | 52 | 67 | 2A | 14 | 0 | 3B | 3C | 51 | 2A | 1C |
| Octal | 122 | 147 | 52 | 24 | 0 | 73 | 74 | 121 | 52 | 34 |
| Binary | 1010010 | 1100111 | 101010 | 10100 | 0 | 111011 | 111100 | 1010001 | 101010 | 11100 |
Color Harmonies of #52672A
Complementary color
Monochromatic Colors of #52672A
Black with #52672A
Text Example
Text Example
White with #52672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52672A; }
p { color: rgb(82,103,42); }
H1.HeaderClassName
{
color: #52672A;
}
.AnyTagClassName
{
color: #52672A;
}
</style>
background-color css
<style>
a { background-color: #52672A; }
a { background-color: rgb(82,103,42); }
div.DivClassName
{
background-color: #52672A;
}
.BgClassName
{
background-color: #52672A;
}
</style>
border-color css
<style>
span { border-color: #52672A; }
span { border-color: rgb(82,103,42); }
td.TdClassName
{
border-color: #52672A;
}
.TagClassName
{
border-color: #52672A;
}
</style>