Shades of Sherwood Green #104936
Tints of Sherwood Green #104936
RGB
CMYK
RGB Variations
Color information
#104936 (or 0x104936) is known color: Sherwood Green. HEX triplet: 10, 49 and 36. RGB value is (16,73,54). Sum of RGB (Red+Green+Blue) = 16+73+54=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #104936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104936 is #EFB6C9. Grayscale: #353535. Windows color (decimal): -15709898 or 3557648. OLE color: 3557648.
HSL color Cylindrical-coordinate representation of color #104936: hue angle of 160º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104936 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 54 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.71 |
| HSL | 160º | 0.64% | 0.17% | - |
| HSV(B) | 160º | 0.78% | 0.29% | - |
| XYZ | 3.26 | 5.14 | 4.31 | - |
| YUV | 53.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 54 | 0.78 | 0 | 0.26 | 0.71 | 160 | 0.64 | 0.17 |
| Hex | 10 | 49 | 36 | 4E | 0 | 1A | 47 | A0 | 40 | 11 |
| Octal | 20 | 111 | 66 | 116 | 0 | 32 | 107 | 240 | 100 | 21 |
| Binary | 10000 | 1001001 | 110110 | 1001110 | 0 | 11010 | 1000111 | 10100000 | 1000000 | 10001 |
Color Harmonies of #104936
Complementary color
Monochromatic Colors of #104936
Black with #104936
Text Example
Text Example
White with #104936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104936; }
p { color: rgb(16,73,54); }
H1.HeaderClassName
{
color: #104936;
}
.AnyTagClassName
{
color: #104936;
}
</style>
background-color css
<style>
a { background-color: #104936; }
a { background-color: rgb(16,73,54); }
div.DivClassName
{
background-color: #104936;
}
.BgClassName
{
background-color: #104936;
}
</style>
border-color css
<style>
span { border-color: #104936; }
span { border-color: rgb(16,73,54); }
td.TdClassName
{
border-color: #104936;
}
.TagClassName
{
border-color: #104936;
}
</style>