Shades of Sherwood Green #194130
Tints of Sherwood Green #194130
RGB
CMYK
RGB Variations
Color information
#194130 (or 0x194130) is known color: Sherwood Green. HEX triplet: 19, 41 and 30. RGB value is (25,65,48). Sum of RGB (Red+Green+Blue) = 25+65+48=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #194130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194130 is #E6BECF. Grayscale: #333333. Windows color (decimal): -15122128 or 3162393. OLE color: 3162393.
HSL color Cylindrical-coordinate representation of color #194130: hue angle of 154.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194130 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 48 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.75 |
| HSL | 154.5º | 0.44% | 0.18% | - |
| HSV(B) | 154.5º | 0.62% | 0.25% | - |
| XYZ | 2.82 | 4.2 | 3.46 | - |
| YUV | 51.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 48 | 0.62 | 0 | 0.26 | 0.75 | 154.5 | 0.44 | 0.18 |
| Hex | 19 | 41 | 30 | 3E | 0 | 1A | 4B | 9A | 2C | 12 |
| Octal | 31 | 101 | 60 | 76 | 0 | 32 | 113 | 232 | 54 | 22 |
| Binary | 11001 | 1000001 | 110000 | 111110 | 0 | 11010 | 1001011 | 10011010 | 101100 | 10010 |
Color Harmonies of #194130
Complementary color
Monochromatic Colors of #194130
Black with #194130
Text Example
Text Example
White with #194130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194130; }
p { color: rgb(25,65,48); }
H1.HeaderClassName
{
color: #194130;
}
.AnyTagClassName
{
color: #194130;
}
</style>
background-color css
<style>
a { background-color: #194130; }
a { background-color: rgb(25,65,48); }
div.DivClassName
{
background-color: #194130;
}
.BgClassName
{
background-color: #194130;
}
</style>
border-color css
<style>
span { border-color: #194130; }
span { border-color: rgb(25,65,48); }
td.TdClassName
{
border-color: #194130;
}
.TagClassName
{
border-color: #194130;
}
</style>