Shades of Sherwood Green #194235
Tints of Sherwood Green #194235
RGB
CMYK
RGB Variations
Color information
#194235 (or 0x194235) is known color: Sherwood Green. HEX triplet: 19, 42 and 35. RGB value is (25,66,53). Sum of RGB (Red+Green+Blue) = 25+66+53=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #194235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194235 is #E6BDCA. Grayscale: #343434. Windows color (decimal): -15121867 or 3490329. OLE color: 3490329.
HSL color Cylindrical-coordinate representation of color #194235: hue angle of 160.98º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194235 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 53 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.74 |
| HSL | 160.98º | 0.45% | 0.18% | - |
| HSV(B) | 160.98º | 0.62% | 0.26% | - |
| XYZ | 2.99 | 4.36 | 4.05 | - |
| YUV | 52.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 53 | 0.62 | 0 | 0.20 | 0.74 | 160.98 | 0.45 | 0.18 |
| Hex | 19 | 42 | 35 | 3E | 0 | 14 | 4A | A1 | 2D | 12 |
| Octal | 31 | 102 | 65 | 76 | 0 | 24 | 112 | 241 | 55 | 22 |
| Binary | 11001 | 1000010 | 110101 | 111110 | 0 | 10100 | 1001010 | 10100001 | 101101 | 10010 |
Color Harmonies of #194235
Complementary color
Monochromatic Colors of #194235
Black with #194235
Text Example
Text Example
White with #194235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194235; }
p { color: rgb(25,66,53); }
H1.HeaderClassName
{
color: #194235;
}
.AnyTagClassName
{
color: #194235;
}
</style>
background-color css
<style>
a { background-color: #194235; }
a { background-color: rgb(25,66,53); }
div.DivClassName
{
background-color: #194235;
}
.BgClassName
{
background-color: #194235;
}
</style>
border-color css
<style>
span { border-color: #194235; }
span { border-color: rgb(25,66,53); }
td.TdClassName
{
border-color: #194235;
}
.TagClassName
{
border-color: #194235;
}
</style>