Shades of Sherwood Green #194135
Tints of Sherwood Green #194135
RGB
CMYK
RGB Variations
Color information
#194135 (or 0x194135) is known color: Sherwood Green. HEX triplet: 19, 41 and 35. RGB value is (25,65,53). Sum of RGB (Red+Green+Blue) = 25+65+53=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #194135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194135 is #E6BECA. Grayscale: #333333. Windows color (decimal): -15122123 or 3490073. OLE color: 3490073.
HSL color Cylindrical-coordinate representation of color #194135: hue angle of 162º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194135 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 53 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.75 |
| HSL | 162º | 0.44% | 0.18% | - |
| HSV(B) | 162º | 0.62% | 0.25% | - |
| XYZ | 2.93 | 4.24 | 4.03 | - |
| YUV | 51.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 53 | 0.62 | 0 | 0.18 | 0.75 | 162 | 0.44 | 0.18 |
| Hex | 19 | 41 | 35 | 3E | 0 | 12 | 4B | A2 | 2C | 12 |
| Octal | 31 | 101 | 65 | 76 | 0 | 22 | 113 | 242 | 54 | 22 |
| Binary | 11001 | 1000001 | 110101 | 111110 | 0 | 10010 | 1001011 | 10100010 | 101100 | 10010 |
Color Harmonies of #194135
Complementary color
Monochromatic Colors of #194135
Black with #194135
Text Example
Text Example
White with #194135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194135; }
p { color: rgb(25,65,53); }
H1.HeaderClassName
{
color: #194135;
}
.AnyTagClassName
{
color: #194135;
}
</style>
background-color css
<style>
a { background-color: #194135; }
a { background-color: rgb(25,65,53); }
div.DivClassName
{
background-color: #194135;
}
.BgClassName
{
background-color: #194135;
}
</style>
border-color css
<style>
span { border-color: #194135; }
span { border-color: rgb(25,65,53); }
td.TdClassName
{
border-color: #194135;
}
.TagClassName
{
border-color: #194135;
}
</style>