Shades of Sherwood Green #194B3C
Tints of Sherwood Green #194B3C
RGB
CMYK
RGB Variations
Color information
#194B3C (or 0x194B3C) is known color: Sherwood Green. HEX triplet: 19, 4B and 3C. RGB value is (25,75,60). Sum of RGB (Red+Green+Blue) = 25+75+60=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #194B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B3C is #E6B4C3. Grayscale: #3A3A3A. Windows color (decimal): -15119556 or 3951385. OLE color: 3951385.
HSL color Cylindrical-coordinate representation of color #194B3C: hue angle of 162º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B3C is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 60 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.71 |
| HSL | 162º | 0.5% | 0.2% | - |
| HSV(B) | 162º | 0.67% | 0.29% | - |
| XYZ | 3.73 | 5.57 | 5.15 | - |
| YUV | 58.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 60 | 0.67 | 0 | 0.20 | 0.71 | 162 | 0.5 | 0.2 |
| Hex | 19 | 4B | 3C | 43 | 0 | 14 | 47 | A2 | 32 | 14 |
| Octal | 31 | 113 | 74 | 103 | 0 | 24 | 107 | 242 | 62 | 24 |
| Binary | 11001 | 1001011 | 111100 | 1000011 | 0 | 10100 | 1000111 | 10100010 | 110010 | 10100 |
Color Harmonies of #194B3C
Complementary color
Monochromatic Colors of #194B3C
Black with #194B3C
Text Example
Text Example
White with #194B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B3C; }
p { color: rgb(25,75,60); }
H1.HeaderClassName
{
color: #194B3C;
}
.AnyTagClassName
{
color: #194B3C;
}
</style>
background-color css
<style>
a { background-color: #194B3C; }
a { background-color: rgb(25,75,60); }
div.DivClassName
{
background-color: #194B3C;
}
.BgClassName
{
background-color: #194B3C;
}
</style>
border-color css
<style>
span { border-color: #194B3C; }
span { border-color: rgb(25,75,60); }
td.TdClassName
{
border-color: #194B3C;
}
.TagClassName
{
border-color: #194B3C;
}
</style>