Shades of Sherwood Green #19503C
Tints of Sherwood Green #19503C
RGB
CMYK
RGB Variations
Color information
#19503C (or 0x19503C) is known color: Sherwood Green. HEX triplet: 19, 50 and 3C. RGB value is (25,80,60). Sum of RGB (Red+Green+Blue) = 25+80+60=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #19503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19503C is #E6AFC3. Grayscale: #3D3D3D. Windows color (decimal): -15118276 or 3952665. OLE color: 3952665.
HSL color Cylindrical-coordinate representation of color #19503C: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19503C is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 60 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.69 |
| HSL | 158.18º | 0.52% | 0.21% | - |
| HSV(B) | 158.18º | 0.69% | 0.31% | - |
| XYZ | 4.09 | 6.27 | 5.27 | - |
| YUV | 61.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 60 | 0.69 | 0 | 0.25 | 0.69 | 158.18 | 0.52 | 0.21 |
| Hex | 19 | 50 | 3C | 45 | 0 | 19 | 45 | 9E | 34 | 15 |
| Octal | 31 | 120 | 74 | 105 | 0 | 31 | 105 | 236 | 64 | 25 |
| Binary | 11001 | 1010000 | 111100 | 1000101 | 0 | 11001 | 1000101 | 10011110 | 110100 | 10101 |
Color Harmonies of #19503C
Complementary color
Monochromatic Colors of #19503C
Black with #19503C
Text Example
Text Example
White with #19503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19503C; }
p { color: rgb(25,80,60); }
H1.HeaderClassName
{
color: #19503C;
}
.AnyTagClassName
{
color: #19503C;
}
</style>
background-color css
<style>
a { background-color: #19503C; }
a { background-color: rgb(25,80,60); }
div.DivClassName
{
background-color: #19503C;
}
.BgClassName
{
background-color: #19503C;
}
</style>
border-color css
<style>
span { border-color: #19503C; }
span { border-color: rgb(25,80,60); }
td.TdClassName
{
border-color: #19503C;
}
.TagClassName
{
border-color: #19503C;
}
</style>