Shades of Green Leaf #51671A
Tints of Green Leaf #51671A
RGB
CMYK
RGB Variations
Color information
#51671A (or 0x51671A) is known color: Green Leaf. HEX triplet: 51, 67 and 1A. RGB value is (81,103,26). Sum of RGB (Red+Green+Blue) = 81+103+26=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #51671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51671A is #AE98E5. Grayscale: #575757. Windows color (decimal): -11442406 or 1730385. OLE color: 1730385.
HSL color Cylindrical-coordinate representation of color #51671A: hue angle of 77.14º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51671A is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 103 | 26 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.60 |
| HSL | 77.14º | 0.6% | 0.25% | - |
| HSV(B) | 77.14º | 0.75% | 0.4% | - |
| XYZ | 8.43 | 11.52 | 2.76 | - |
| YUV | 87.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 26 | 0.21 | 0 | 0.75 | 0.60 | 77.14 | 0.6 | 0.25 |
| Hex | 51 | 67 | 1A | 15 | 0 | 4B | 3C | 4D | 3C | 19 |
| Octal | 121 | 147 | 32 | 25 | 0 | 113 | 74 | 115 | 74 | 31 |
| Binary | 1010001 | 1100111 | 11010 | 10101 | 0 | 1001011 | 111100 | 1001101 | 111100 | 11001 |
Color Harmonies of #51671A
Complementary color
Monochromatic Colors of #51671A
Black with #51671A
Text Example
Text Example
White with #51671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51671A; }
p { color: rgb(81,103,26); }
H1.HeaderClassName
{
color: #51671A;
}
.AnyTagClassName
{
color: #51671A;
}
</style>
background-color css
<style>
a { background-color: #51671A; }
a { background-color: rgb(81,103,26); }
div.DivClassName
{
background-color: #51671A;
}
.BgClassName
{
background-color: #51671A;
}
</style>
border-color css
<style>
span { border-color: #51671A; }
span { border-color: rgb(81,103,26); }
td.TdClassName
{
border-color: #51671A;
}
.TagClassName
{
border-color: #51671A;
}
</style>