Shades of Green Leaf #51652A
Tints of Green Leaf #51652A
RGB
CMYK
RGB Variations
Color information
#51652A (or 0x51652A) is known color: Green Leaf. HEX triplet: 51, 65 and 2A. RGB value is (81,101,42). Sum of RGB (Red+Green+Blue) = 81+101+42=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #51652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51652A is #AE9AD5. Grayscale: #585858. Windows color (decimal): -11442902 or 2778449. OLE color: 2778449.
HSL color Cylindrical-coordinate representation of color #51652A: hue angle of 80.34º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51652A is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 101 | 42 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.60 |
| HSL | 80.34º | 0.41% | 0.28% | - |
| HSV(B) | 80.34º | 0.58% | 0.4% | - |
| XYZ | 8.46 | 11.22 | 3.91 | - |
| YUV | 88.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 42 | 0.20 | 0 | 0.58 | 0.60 | 80.34 | 0.41 | 0.28 |
| Hex | 51 | 65 | 2A | 14 | 0 | 3A | 3C | 50 | 29 | 1C |
| Octal | 121 | 145 | 52 | 24 | 0 | 72 | 74 | 120 | 51 | 34 |
| Binary | 1010001 | 1100101 | 101010 | 10100 | 0 | 111010 | 111100 | 1010000 | 101001 | 11100 |
Color Harmonies of #51652A
Complementary color
Monochromatic Colors of #51652A
Black with #51652A
Text Example
Text Example
White with #51652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51652A; }
p { color: rgb(81,101,42); }
H1.HeaderClassName
{
color: #51652A;
}
.AnyTagClassName
{
color: #51652A;
}
</style>
background-color css
<style>
a { background-color: #51652A; }
a { background-color: rgb(81,101,42); }
div.DivClassName
{
background-color: #51652A;
}
.BgClassName
{
background-color: #51652A;
}
</style>
border-color css
<style>
span { border-color: #51652A; }
span { border-color: rgb(81,101,42); }
td.TdClassName
{
border-color: #51652A;
}
.TagClassName
{
border-color: #51652A;
}
</style>