Shades of Sherwood Green #18493B
Tints of Sherwood Green #18493B
RGB
CMYK
RGB Variations
Color information
#18493B (or 0x18493B) is known color: Sherwood Green. HEX triplet: 18, 49 and 3B. RGB value is (24,73,59). Sum of RGB (Red+Green+Blue) = 24+73+59=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #18493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18493B is #E7B6C4. Grayscale: #383838. Windows color (decimal): -15185605 or 3885336. OLE color: 3885336.
HSL color Cylindrical-coordinate representation of color #18493B: hue angle of 162.86º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18493B is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 59 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.71 |
| HSL | 162.86º | 0.51% | 0.19% | - |
| HSV(B) | 162.86º | 0.67% | 0.29% | - |
| XYZ | 3.55 | 5.28 | 4.97 | - |
| YUV | 56.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 59 | 0.67 | 0 | 0.19 | 0.71 | 162.86 | 0.51 | 0.19 |
| Hex | 18 | 49 | 3B | 43 | 0 | 13 | 47 | A3 | 33 | 13 |
| Octal | 30 | 111 | 73 | 103 | 0 | 23 | 107 | 243 | 63 | 23 |
| Binary | 11000 | 1001001 | 111011 | 1000011 | 0 | 10011 | 1000111 | 10100011 | 110011 | 10011 |
Color Harmonies of #18493B
Complementary color
Monochromatic Colors of #18493B
Black with #18493B
Text Example
Text Example
White with #18493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18493B; }
p { color: rgb(24,73,59); }
H1.HeaderClassName
{
color: #18493B;
}
.AnyTagClassName
{
color: #18493B;
}
</style>
background-color css
<style>
a { background-color: #18493B; }
a { background-color: rgb(24,73,59); }
div.DivClassName
{
background-color: #18493B;
}
.BgClassName
{
background-color: #18493B;
}
</style>
border-color css
<style>
span { border-color: #18493B; }
span { border-color: rgb(24,73,59); }
td.TdClassName
{
border-color: #18493B;
}
.TagClassName
{
border-color: #18493B;
}
</style>