Shades of Sherwood Green #193C32
Tints of Sherwood Green #193C32
RGB
CMYK
RGB Variations
Color information
#193C32 (or 0x193C32) is known color: Sherwood Green. HEX triplet: 19, 3C and 32. RGB value is (25,60,50). Sum of RGB (Red+Green+Blue) = 25+60+50=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #193C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C32 is #E6C3CD. Grayscale: #303030. Windows color (decimal): -15123406 or 3292185. OLE color: 3292185.
HSL color Cylindrical-coordinate representation of color #193C32: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193C32 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 50 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.76 |
| HSL | 162.86º | 0.41% | 0.17% | - |
| HSV(B) | 162.86º | 0.58% | 0.24% | - |
| XYZ | 2.59 | 3.67 | 3.59 | - |
| YUV | 48.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 50 | 0.58 | 0 | 0.17 | 0.76 | 162.86 | 0.41 | 0.17 |
| Hex | 19 | 3C | 32 | 3A | 0 | 11 | 4C | A3 | 29 | 11 |
| Octal | 31 | 74 | 62 | 72 | 0 | 21 | 114 | 243 | 51 | 21 |
| Binary | 11001 | 111100 | 110010 | 111010 | 0 | 10001 | 1001100 | 10100011 | 101001 | 10001 |
Color Harmonies of #193C32
Complementary color
Monochromatic Colors of #193C32
Black with #193C32
Text Example
Text Example
White with #193C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C32; }
p { color: rgb(25,60,50); }
H1.HeaderClassName
{
color: #193C32;
}
.AnyTagClassName
{
color: #193C32;
}
</style>
background-color css
<style>
a { background-color: #193C32; }
a { background-color: rgb(25,60,50); }
div.DivClassName
{
background-color: #193C32;
}
.BgClassName
{
background-color: #193C32;
}
</style>
border-color css
<style>
span { border-color: #193C32; }
span { border-color: rgb(25,60,50); }
td.TdClassName
{
border-color: #193C32;
}
.TagClassName
{
border-color: #193C32;
}
</style>