Shades of Sherwood Green #104432
Tints of Sherwood Green #104432
RGB
CMYK
RGB Variations
Color information
#104432 (or 0x104432) is known color: Sherwood Green. HEX triplet: 10, 44 and 32. RGB value is (16,68,50). Sum of RGB (Red+Green+Blue) = 16+68+50=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #104432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104432 is #EFBBCD. Grayscale: #323232. Windows color (decimal): -15711182 or 3294224. OLE color: 3294224.
HSL color Cylindrical-coordinate representation of color #104432: hue angle of 159.23º 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 #104432 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 68 | 50 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.73 |
| HSL | 159.23º | 0.62% | 0.16% | - |
| HSV(B) | 159.23º | 0.76% | 0.27% | - |
| XYZ | 2.86 | 4.47 | 3.73 | - |
| YUV | 50.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 50 | 0.76 | 0 | 0.26 | 0.73 | 159.23 | 0.62 | 0.16 |
| Hex | 10 | 44 | 32 | 4C | 0 | 1A | 49 | 9F | 3E | 10 |
| Octal | 20 | 104 | 62 | 114 | 0 | 32 | 111 | 237 | 76 | 20 |
| Binary | 10000 | 1000100 | 110010 | 1001100 | 0 | 11010 | 1001001 | 10011111 | 111110 | 10000 |
Color Harmonies of #104432
Complementary color
Monochromatic Colors of #104432
Black with #104432
Text Example
Text Example
White with #104432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104432; }
p { color: rgb(16,68,50); }
H1.HeaderClassName
{
color: #104432;
}
.AnyTagClassName
{
color: #104432;
}
</style>
background-color css
<style>
a { background-color: #104432; }
a { background-color: rgb(16,68,50); }
div.DivClassName
{
background-color: #104432;
}
.BgClassName
{
background-color: #104432;
}
</style>
border-color css
<style>
span { border-color: #104432; }
span { border-color: rgb(16,68,50); }
td.TdClassName
{
border-color: #104432;
}
.TagClassName
{
border-color: #104432;
}
</style>