Shades of Sherwood Green #194D3A
Tints of Sherwood Green #194D3A
RGB
CMYK
RGB Variations
Color information
#194D3A (or 0x194D3A) is known color: Sherwood Green. HEX triplet: 19, 4D and 3A. RGB value is (25,77,58). Sum of RGB (Red+Green+Blue) = 25+77+58=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #194D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D3A is #E6B2C5. Grayscale: #3B3B3B. Windows color (decimal): -15119046 or 3820825. OLE color: 3820825.
HSL color Cylindrical-coordinate representation of color #194D3A: hue angle of 158.08º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D3A is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 58 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.70 |
| HSL | 158.08º | 0.51% | 0.2% | - |
| HSV(B) | 158.08º | 0.68% | 0.3% | - |
| XYZ | 3.82 | 5.82 | 4.93 | - |
| YUV | 59.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 58 | 0.68 | 0 | 0.25 | 0.70 | 158.08 | 0.51 | 0.2 |
| Hex | 19 | 4D | 3A | 44 | 0 | 19 | 46 | 9E | 33 | 14 |
| Octal | 31 | 115 | 72 | 104 | 0 | 31 | 106 | 236 | 63 | 24 |
| Binary | 11001 | 1001101 | 111010 | 1000100 | 0 | 11001 | 1000110 | 10011110 | 110011 | 10100 |
Color Harmonies of #194D3A
Complementary color
Monochromatic Colors of #194D3A
Black with #194D3A
Text Example
Text Example
White with #194D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D3A; }
p { color: rgb(25,77,58); }
H1.HeaderClassName
{
color: #194D3A;
}
.AnyTagClassName
{
color: #194D3A;
}
</style>
background-color css
<style>
a { background-color: #194D3A; }
a { background-color: rgb(25,77,58); }
div.DivClassName
{
background-color: #194D3A;
}
.BgClassName
{
background-color: #194D3A;
}
</style>
border-color css
<style>
span { border-color: #194D3A; }
span { border-color: rgb(25,77,58); }
td.TdClassName
{
border-color: #194D3A;
}
.TagClassName
{
border-color: #194D3A;
}
</style>