Shades of Sherwood Green #194538
Tints of Sherwood Green #194538
RGB
CMYK
RGB Variations
Color information
#194538 (or 0x194538) is known color: Sherwood Green. HEX triplet: 19, 45 and 38. RGB value is (25,69,56). Sum of RGB (Red+Green+Blue) = 25+69+56=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #194538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194538 is #E6BAC7. Grayscale: #363636. Windows color (decimal): -15121096 or 3687705. OLE color: 3687705.
HSL color Cylindrical-coordinate representation of color #194538: hue angle of 162.27º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194538 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 56 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.73 |
| HSL | 162.27º | 0.47% | 0.18% | - |
| HSV(B) | 162.27º | 0.64% | 0.27% | - |
| XYZ | 3.24 | 4.75 | 4.49 | - |
| YUV | 54.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 56 | 0.64 | 0 | 0.19 | 0.73 | 162.27 | 0.47 | 0.18 |
| Hex | 19 | 45 | 38 | 40 | 0 | 13 | 49 | A2 | 2F | 12 |
| Octal | 31 | 105 | 70 | 100 | 0 | 23 | 111 | 242 | 57 | 22 |
| Binary | 11001 | 1000101 | 111000 | 1000000 | 0 | 10011 | 1001001 | 10100010 | 101111 | 10010 |
Color Harmonies of #194538
Complementary color
Monochromatic Colors of #194538
Black with #194538
Text Example
Text Example
White with #194538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194538; }
p { color: rgb(25,69,56); }
H1.HeaderClassName
{
color: #194538;
}
.AnyTagClassName
{
color: #194538;
}
</style>
background-color css
<style>
a { background-color: #194538; }
a { background-color: rgb(25,69,56); }
div.DivClassName
{
background-color: #194538;
}
.BgClassName
{
background-color: #194538;
}
</style>
border-color css
<style>
span { border-color: #194538; }
span { border-color: rgb(25,69,56); }
td.TdClassName
{
border-color: #194538;
}
.TagClassName
{
border-color: #194538;
}
</style>