Shades of Green Leaf #51661B
Tints of Green Leaf #51661B
RGB
CMYK
RGB Variations
Color information
#51661B (or 0x51661B) is known color: Green Leaf. HEX triplet: 51, 66 and 1B. RGB value is (81,102,27). Sum of RGB (Red+Green+Blue) = 81+102+27=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #51661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51661B is #AE99E4. Grayscale: #575757. Windows color (decimal): -11442661 or 1795665. OLE color: 1795665.
HSL color Cylindrical-coordinate representation of color #51661B: hue angle of 76.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51661B is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 102 | 27 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.6 |
| HSL | 76.8º | 0.58% | 0.25% | - |
| HSV(B) | 76.8º | 0.74% | 0.4% | - |
| XYZ | 8.34 | 11.33 | 2.78 | - |
| YUV | 87.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 27 | 0.21 | 0 | 0.74 | 0.6 | 76.8 | 0.58 | 0.25 |
| Hex | 51 | 66 | 1B | 15 | 0 | 4A | 3C | 4D | 3A | 19 |
| Octal | 121 | 146 | 33 | 25 | 0 | 112 | 74 | 115 | 72 | 31 |
| Binary | 1010001 | 1100110 | 11011 | 10101 | 0 | 1001010 | 111100 | 1001101 | 111010 | 11001 |
Color Harmonies of #51661B
Complementary color
Monochromatic Colors of #51661B
Black with #51661B
Text Example
Text Example
White with #51661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51661B; }
p { color: rgb(81,102,27); }
H1.HeaderClassName
{
color: #51661B;
}
.AnyTagClassName
{
color: #51661B;
}
</style>
background-color css
<style>
a { background-color: #51661B; }
a { background-color: rgb(81,102,27); }
div.DivClassName
{
background-color: #51661B;
}
.BgClassName
{
background-color: #51661B;
}
</style>
border-color css
<style>
span { border-color: #51661B; }
span { border-color: rgb(81,102,27); }
td.TdClassName
{
border-color: #51661B;
}
.TagClassName
{
border-color: #51661B;
}
</style>