Shades of Sherwood Green #194034
Tints of Sherwood Green #194034
RGB
CMYK
RGB Variations
Color information
#194034 (or 0x194034) is known color: Sherwood Green. HEX triplet: 19, 40 and 34. RGB value is (25,64,52). Sum of RGB (Red+Green+Blue) = 25+64+52=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #194034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194034 is #E6BFCB. Grayscale: #323232. Windows color (decimal): -15122380 or 3424281. OLE color: 3424281.
HSL color Cylindrical-coordinate representation of color #194034: hue angle of 161.54º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #194034 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 52 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.75 |
| HSL | 161.54º | 0.44% | 0.17% | - |
| HSV(B) | 161.54º | 0.61% | 0.25% | - |
| XYZ | 2.85 | 4.12 | 3.89 | - |
| YUV | 50.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 52 | 0.61 | 0 | 0.19 | 0.75 | 161.54 | 0.44 | 0.17 |
| Hex | 19 | 40 | 34 | 3D | 0 | 13 | 4B | A2 | 2C | 11 |
| Octal | 31 | 100 | 64 | 75 | 0 | 23 | 113 | 242 | 54 | 21 |
| Binary | 11001 | 1000000 | 110100 | 111101 | 0 | 10011 | 1001011 | 10100010 | 101100 | 10001 |
Color Harmonies of #194034
Complementary color
Monochromatic Colors of #194034
Black with #194034
Text Example
Text Example
White with #194034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194034; }
p { color: rgb(25,64,52); }
H1.HeaderClassName
{
color: #194034;
}
.AnyTagClassName
{
color: #194034;
}
</style>
background-color css
<style>
a { background-color: #194034; }
a { background-color: rgb(25,64,52); }
div.DivClassName
{
background-color: #194034;
}
.BgClassName
{
background-color: #194034;
}
</style>
border-color css
<style>
span { border-color: #194034; }
span { border-color: rgb(25,64,52); }
td.TdClassName
{
border-color: #194034;
}
.TagClassName
{
border-color: #194034;
}
</style>