Shades of Sherwood Green #18533F
Tints of Sherwood Green #18533F
RGB
CMYK
RGB Variations
Color information
#18533F (or 0x18533F) is known color: Sherwood Green. HEX triplet: 18, 53 and 3F. RGB value is (24,83,63). Sum of RGB (Red+Green+Blue) = 24+83+63=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #18533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18533F is #E7ACC0. Grayscale: #3F3F3F. Windows color (decimal): -15183041 or 4150040. OLE color: 4150040.
HSL color Cylindrical-coordinate representation of color #18533F: hue angle of 159.66º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18533F is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 63 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.67 |
| HSL | 159.66º | 0.55% | 0.21% | - |
| HSV(B) | 159.66º | 0.71% | 0.33% | - |
| XYZ | 4.37 | 6.74 | 5.77 | - |
| YUV | 63.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 63 | 0.71 | 0 | 0.24 | 0.67 | 159.66 | 0.55 | 0.21 |
| Hex | 18 | 53 | 3F | 47 | 0 | 18 | 43 | A0 | 37 | 15 |
| Octal | 30 | 123 | 77 | 107 | 0 | 30 | 103 | 240 | 67 | 25 |
| Binary | 11000 | 1010011 | 111111 | 1000111 | 0 | 11000 | 1000011 | 10100000 | 110111 | 10101 |
Color Harmonies of #18533F
Complementary color
Monochromatic Colors of #18533F
Black with #18533F
Text Example
Text Example
White with #18533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18533F; }
p { color: rgb(24,83,63); }
H1.HeaderClassName
{
color: #18533F;
}
.AnyTagClassName
{
color: #18533F;
}
</style>
background-color css
<style>
a { background-color: #18533F; }
a { background-color: rgb(24,83,63); }
div.DivClassName
{
background-color: #18533F;
}
.BgClassName
{
background-color: #18533F;
}
</style>
border-color css
<style>
span { border-color: #18533F; }
span { border-color: rgb(24,83,63); }
td.TdClassName
{
border-color: #18533F;
}
.TagClassName
{
border-color: #18533F;
}
</style>