Shades of Sherwood Green #194D3D
Tints of Sherwood Green #194D3D
RGB
CMYK
RGB Variations
Color information
#194D3D (or 0x194D3D) is known color: Sherwood Green. HEX triplet: 19, 4D and 3D. RGB value is (25,77,61). Sum of RGB (Red+Green+Blue) = 25+77+61=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #194D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D3D is #E6B2C2. Grayscale: #3B3B3B. Windows color (decimal): -15119043 or 4017433. OLE color: 4017433.
HSL color Cylindrical-coordinate representation of color #194D3D: hue angle of 161.54º 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 #194D3D is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 61 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.70 |
| HSL | 161.54º | 0.51% | 0.2% | - |
| HSV(B) | 161.54º | 0.68% | 0.3% | - |
| XYZ | 3.9 | 5.85 | 5.34 | - |
| YUV | 59.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 61 | 0.68 | 0 | 0.21 | 0.70 | 161.54 | 0.51 | 0.2 |
| Hex | 19 | 4D | 3D | 44 | 0 | 15 | 46 | A2 | 33 | 14 |
| Octal | 31 | 115 | 75 | 104 | 0 | 25 | 106 | 242 | 63 | 24 |
| Binary | 11001 | 1001101 | 111101 | 1000100 | 0 | 10101 | 1000110 | 10100010 | 110011 | 10100 |
Color Harmonies of #194D3D
Complementary color
Monochromatic Colors of #194D3D
Black with #194D3D
Text Example
Text Example
White with #194D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D3D; }
p { color: rgb(25,77,61); }
H1.HeaderClassName
{
color: #194D3D;
}
.AnyTagClassName
{
color: #194D3D;
}
</style>
background-color css
<style>
a { background-color: #194D3D; }
a { background-color: rgb(25,77,61); }
div.DivClassName
{
background-color: #194D3D;
}
.BgClassName
{
background-color: #194D3D;
}
</style>
border-color css
<style>
span { border-color: #194D3D; }
span { border-color: rgb(25,77,61); }
td.TdClassName
{
border-color: #194D3D;
}
.TagClassName
{
border-color: #194D3D;
}
</style>