Shades of Sherwood Green #104631
Tints of Sherwood Green #104631
RGB
CMYK
RGB Variations
Color information
#104631 (or 0x104631) is known color: Sherwood Green. HEX triplet: 10, 46 and 31. RGB value is (16,70,49). Sum of RGB (Red+Green+Blue) = 16+70+49=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #104631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104631 is #EFB9CE. Grayscale: #333333. Windows color (decimal): -15710671 or 3229200. OLE color: 3229200.
HSL color Cylindrical-coordinate representation of color #104631: hue angle of 156.67º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104631 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 70 | 49 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.73 |
| HSL | 156.67º | 0.63% | 0.17% | - |
| HSV(B) | 156.67º | 0.77% | 0.27% | - |
| XYZ | 2.96 | 4.71 | 3.66 | - |
| YUV | 51.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 49 | 0.77 | 0 | 0.30 | 0.73 | 156.67 | 0.63 | 0.17 |
| Hex | 10 | 46 | 31 | 4D | 0 | 1E | 49 | 9D | 3F | 11 |
| Octal | 20 | 106 | 61 | 115 | 0 | 36 | 111 | 235 | 77 | 21 |
| Binary | 10000 | 1000110 | 110001 | 1001101 | 0 | 11110 | 1001001 | 10011101 | 111111 | 10001 |
Color Harmonies of #104631
Complementary color
Monochromatic Colors of #104631
Black with #104631
Text Example
Text Example
White with #104631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104631; }
p { color: rgb(16,70,49); }
H1.HeaderClassName
{
color: #104631;
}
.AnyTagClassName
{
color: #104631;
}
</style>
background-color css
<style>
a { background-color: #104631; }
a { background-color: rgb(16,70,49); }
div.DivClassName
{
background-color: #104631;
}
.BgClassName
{
background-color: #104631;
}
</style>
border-color css
<style>
span { border-color: #104631; }
span { border-color: rgb(16,70,49); }
td.TdClassName
{
border-color: #104631;
}
.TagClassName
{
border-color: #104631;
}
</style>