Shades of Green Leaf #51691C
Tints of Green Leaf #51691C
RGB
CMYK
RGB Variations
Color information
#51691C (or 0x51691C) is known color: Green Leaf. HEX triplet: 51, 69 and 1C. RGB value is (81,105,28). Sum of RGB (Red+Green+Blue) = 81+105+28=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #51691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51691C is #AE96E3. Grayscale: #595959. Windows color (decimal): -11441892 or 1861969. OLE color: 1861969.
HSL color Cylindrical-coordinate representation of color #51691C: hue angle of 78.7º 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 #51691C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 105 | 28 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.59 |
| HSL | 78.7º | 0.58% | 0.26% | - |
| HSV(B) | 78.7º | 0.73% | 0.41% | - |
| XYZ | 8.65 | 11.94 | 2.95 | - |
| YUV | 89.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 28 | 0.23 | 0 | 0.73 | 0.59 | 78.7 | 0.58 | 0.26 |
| Hex | 51 | 69 | 1C | 17 | 0 | 49 | 3B | 4F | 3A | 1A |
| Octal | 121 | 151 | 34 | 27 | 0 | 111 | 73 | 117 | 72 | 32 |
| Binary | 1010001 | 1101001 | 11100 | 10111 | 0 | 1001001 | 111011 | 1001111 | 111010 | 11010 |
Color Harmonies of #51691C
Complementary color
Monochromatic Colors of #51691C
Black with #51691C
Text Example
Text Example
White with #51691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51691C; }
p { color: rgb(81,105,28); }
H1.HeaderClassName
{
color: #51691C;
}
.AnyTagClassName
{
color: #51691C;
}
</style>
background-color css
<style>
a { background-color: #51691C; }
a { background-color: rgb(81,105,28); }
div.DivClassName
{
background-color: #51691C;
}
.BgClassName
{
background-color: #51691C;
}
</style>
border-color css
<style>
span { border-color: #51691C; }
span { border-color: rgb(81,105,28); }
td.TdClassName
{
border-color: #51691C;
}
.TagClassName
{
border-color: #51691C;
}
</style>