Shades of Sherwood Green #194F3F
Tints of Sherwood Green #194F3F
RGB
CMYK
RGB Variations
Color information
#194F3F (or 0x194F3F) is known color: Sherwood Green. HEX triplet: 19, 4F and 3F. RGB value is (25,79,63). Sum of RGB (Red+Green+Blue) = 25+79+63=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #194F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F3F is #E6B0C0. Grayscale: #3D3D3D. Windows color (decimal): -15118529 or 4149017. OLE color: 4149017.
HSL color Cylindrical-coordinate representation of color #194F3F: hue angle of 162.22º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194F3F is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 63 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.69 |
| HSL | 162.22º | 0.52% | 0.2% | - |
| HSV(B) | 162.22º | 0.68% | 0.31% | - |
| XYZ | 4.09 | 6.16 | 5.68 | - |
| YUV | 61.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 63 | 0.68 | 0 | 0.20 | 0.69 | 162.22 | 0.52 | 0.2 |
| Hex | 19 | 4F | 3F | 44 | 0 | 14 | 45 | A2 | 34 | 14 |
| Octal | 31 | 117 | 77 | 104 | 0 | 24 | 105 | 242 | 64 | 24 |
| Binary | 11001 | 1001111 | 111111 | 1000100 | 0 | 10100 | 1000101 | 10100010 | 110100 | 10100 |
Color Harmonies of #194F3F
Complementary color
Monochromatic Colors of #194F3F
Black with #194F3F
Text Example
Text Example
White with #194F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F3F; }
p { color: rgb(25,79,63); }
H1.HeaderClassName
{
color: #194F3F;
}
.AnyTagClassName
{
color: #194F3F;
}
</style>
background-color css
<style>
a { background-color: #194F3F; }
a { background-color: rgb(25,79,63); }
div.DivClassName
{
background-color: #194F3F;
}
.BgClassName
{
background-color: #194F3F;
}
</style>
border-color css
<style>
span { border-color: #194F3F; }
span { border-color: rgb(25,79,63); }
td.TdClassName
{
border-color: #194F3F;
}
.TagClassName
{
border-color: #194F3F;
}
</style>