Shades of Sherwood Green #104431
Tints of Sherwood Green #104431
RGB
CMYK
RGB Variations
Color information
#104431 (or 0x104431) is known color: Sherwood Green. HEX triplet: 10, 44 and 31. RGB value is (16,68,49). Sum of RGB (Red+Green+Blue) = 16+68+49=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #104431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104431 is #EFBBCE. Grayscale: #323232. Windows color (decimal): -15711183 or 3228688. OLE color: 3228688.
HSL color Cylindrical-coordinate representation of color #104431: hue angle of 158.08º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104431 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 68 | 49 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.73 |
| HSL | 158.08º | 0.62% | 0.16% | - |
| HSV(B) | 158.08º | 0.76% | 0.27% | - |
| XYZ | 2.84 | 4.47 | 3.62 | - |
| YUV | 50.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 49 | 0.76 | 0 | 0.28 | 0.73 | 158.08 | 0.62 | 0.16 |
| Hex | 10 | 44 | 31 | 4C | 0 | 1C | 49 | 9E | 3E | 10 |
| Octal | 20 | 104 | 61 | 114 | 0 | 34 | 111 | 236 | 76 | 20 |
| Binary | 10000 | 1000100 | 110001 | 1001100 | 0 | 11100 | 1001001 | 10011110 | 111110 | 10000 |
Color Harmonies of #104431
Complementary color
Monochromatic Colors of #104431
Black with #104431
Text Example
Text Example
White with #104431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104431; }
p { color: rgb(16,68,49); }
H1.HeaderClassName
{
color: #104431;
}
.AnyTagClassName
{
color: #104431;
}
</style>
background-color css
<style>
a { background-color: #104431; }
a { background-color: rgb(16,68,49); }
div.DivClassName
{
background-color: #104431;
}
.BgClassName
{
background-color: #104431;
}
</style>
border-color css
<style>
span { border-color: #104431; }
span { border-color: rgb(16,68,49); }
td.TdClassName
{
border-color: #104431;
}
.TagClassName
{
border-color: #104431;
}
</style>