Shades of Sherwood Green #185541
Tints of Sherwood Green #185541
RGB
CMYK
RGB Variations
Color information
#185541 (or 0x185541) is known color: Sherwood Green. HEX triplet: 18, 55 and 41. RGB value is (24,85,65). Sum of RGB (Red+Green+Blue) = 24+85+65=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #185541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185541 is #E7AABE. Grayscale: #404040. Windows color (decimal): -15182527 or 4281624. OLE color: 4281624.
HSL color Cylindrical-coordinate representation of color #185541: hue angle of 160.33º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185541 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 65 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.67 |
| HSL | 160.33º | 0.56% | 0.21% | - |
| HSV(B) | 160.33º | 0.72% | 0.33% | - |
| XYZ | 4.58 | 7.07 | 6.12 | - |
| YUV | 64.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 65 | 0.72 | 0 | 0.24 | 0.67 | 160.33 | 0.56 | 0.21 |
| Hex | 18 | 55 | 41 | 48 | 0 | 18 | 43 | A0 | 38 | 15 |
| Octal | 30 | 125 | 101 | 110 | 0 | 30 | 103 | 240 | 70 | 25 |
| Binary | 11000 | 1010101 | 1000001 | 1001000 | 0 | 11000 | 1000011 | 10100000 | 111000 | 10101 |
Color Harmonies of #185541
Complementary color
Monochromatic Colors of #185541
Black with #185541
Text Example
Text Example
White with #185541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185541; }
p { color: rgb(24,85,65); }
H1.HeaderClassName
{
color: #185541;
}
.AnyTagClassName
{
color: #185541;
}
</style>
background-color css
<style>
a { background-color: #185541; }
a { background-color: rgb(24,85,65); }
div.DivClassName
{
background-color: #185541;
}
.BgClassName
{
background-color: #185541;
}
</style>
border-color css
<style>
span { border-color: #185541; }
span { border-color: rgb(24,85,65); }
td.TdClassName
{
border-color: #185541;
}
.TagClassName
{
border-color: #185541;
}
</style>