Shades of Sherwood Green #135541
Tints of Sherwood Green #135541
RGB
CMYK
RGB Variations
Color information
#135541 (or 0x135541) is known color: Sherwood Green. HEX triplet: 13, 55 and 41. RGB value is (19,85,65). Sum of RGB (Red+Green+Blue) = 19+85+65=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #135541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135541 is #ECAABE. Grayscale: #3F3F3F. Windows color (decimal): -15510207 or 4281619. OLE color: 4281619.
HSL color Cylindrical-coordinate representation of color #135541: hue angle of 161.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135541 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 65 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.67 |
| HSL | 161.82º | 0.63% | 0.2% | - |
| HSV(B) | 161.82º | 0.78% | 0.33% | - |
| XYZ | 4.47 | 7.02 | 6.12 | - |
| YUV | 62.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 65 | 0.78 | 0 | 0.24 | 0.67 | 161.82 | 0.63 | 0.2 |
| Hex | 13 | 55 | 41 | 4E | 0 | 18 | 43 | A2 | 3F | 14 |
| Octal | 23 | 125 | 101 | 116 | 0 | 30 | 103 | 242 | 77 | 24 |
| Binary | 10011 | 1010101 | 1000001 | 1001110 | 0 | 11000 | 1000011 | 10100010 | 111111 | 10100 |
Color Harmonies of #135541
Complementary color
Monochromatic Colors of #135541
Black with #135541
Text Example
Text Example
White with #135541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135541; }
p { color: rgb(19,85,65); }
H1.HeaderClassName
{
color: #135541;
}
.AnyTagClassName
{
color: #135541;
}
</style>
background-color css
<style>
a { background-color: #135541; }
a { background-color: rgb(19,85,65); }
div.DivClassName
{
background-color: #135541;
}
.BgClassName
{
background-color: #135541;
}
</style>
border-color css
<style>
span { border-color: #135541; }
span { border-color: rgb(19,85,65); }
td.TdClassName
{
border-color: #135541;
}
.TagClassName
{
border-color: #135541;
}
</style>