Shades of Sherwood Green #194F3C
Tints of Sherwood Green #194F3C
RGB
CMYK
RGB Variations
Color information
#194F3C (or 0x194F3C) is known color: Sherwood Green. HEX triplet: 19, 4F and 3C. RGB value is (25,79,60). Sum of RGB (Red+Green+Blue) = 25+79+60=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #194F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F3C is #E6B0C3. Grayscale: #3C3C3C. Windows color (decimal): -15118532 or 3952409. OLE color: 3952409.
HSL color Cylindrical-coordinate representation of color #194F3C: hue angle of 158.89º 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 #194F3C is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 60 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.69 |
| HSL | 158.89º | 0.52% | 0.2% | - |
| HSV(B) | 158.89º | 0.68% | 0.31% | - |
| XYZ | 4.01 | 6.12 | 5.25 | - |
| YUV | 60.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 60 | 0.68 | 0 | 0.24 | 0.69 | 158.89 | 0.52 | 0.2 |
| Hex | 19 | 4F | 3C | 44 | 0 | 18 | 45 | 9F | 34 | 14 |
| Octal | 31 | 117 | 74 | 104 | 0 | 30 | 105 | 237 | 64 | 24 |
| Binary | 11001 | 1001111 | 111100 | 1000100 | 0 | 11000 | 1000101 | 10011111 | 110100 | 10100 |
Color Harmonies of #194F3C
Complementary color
Monochromatic Colors of #194F3C
Black with #194F3C
Text Example
Text Example
White with #194F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F3C; }
p { color: rgb(25,79,60); }
H1.HeaderClassName
{
color: #194F3C;
}
.AnyTagClassName
{
color: #194F3C;
}
</style>
background-color css
<style>
a { background-color: #194F3C; }
a { background-color: rgb(25,79,60); }
div.DivClassName
{
background-color: #194F3C;
}
.BgClassName
{
background-color: #194F3C;
}
</style>
border-color css
<style>
span { border-color: #194F3C; }
span { border-color: rgb(25,79,60); }
td.TdClassName
{
border-color: #194F3C;
}
.TagClassName
{
border-color: #194F3C;
}
</style>