Shades of Sherwood Green #20493C
Tints of Sherwood Green #20493C
RGB
CMYK
RGB Variations
Color information
#20493C (or 0x20493C) is known color: Sherwood Green. HEX triplet: 20, 49 and 3C. RGB value is (32,73,60). Sum of RGB (Red+Green+Blue) = 32+73+60=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #20493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20493C is #DFB6C3. Grayscale: #3B3B3B. Windows color (decimal): -14661316 or 3950880. OLE color: 3950880.
HSL color Cylindrical-coordinate representation of color #20493C: hue angle of 160.98º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20493C is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 60 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.71 |
| HSL | 160.98º | 0.39% | 0.21% | - |
| HSV(B) | 160.98º | 0.56% | 0.29% | - |
| XYZ | 3.79 | 5.4 | 5.12 | - |
| YUV | 59.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 60 | 0.56 | 0 | 0.18 | 0.71 | 160.98 | 0.39 | 0.21 |
| Hex | 20 | 49 | 3C | 38 | 0 | 12 | 47 | A1 | 27 | 15 |
| Octal | 40 | 111 | 74 | 70 | 0 | 22 | 107 | 241 | 47 | 25 |
| Binary | 100000 | 1001001 | 111100 | 111000 | 0 | 10010 | 1000111 | 10100001 | 100111 | 10101 |
Color Harmonies of #20493C
Complementary color
Monochromatic Colors of #20493C
Black with #20493C
Text Example
Text Example
White with #20493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20493C; }
p { color: rgb(32,73,60); }
H1.HeaderClassName
{
color: #20493C;
}
.AnyTagClassName
{
color: #20493C;
}
</style>
background-color css
<style>
a { background-color: #20493C; }
a { background-color: rgb(32,73,60); }
div.DivClassName
{
background-color: #20493C;
}
.BgClassName
{
background-color: #20493C;
}
</style>
border-color css
<style>
span { border-color: #20493C; }
span { border-color: rgb(32,73,60); }
td.TdClassName
{
border-color: #20493C;
}
.TagClassName
{
border-color: #20493C;
}
</style>