Shades of Sherwood Green #134837
Tints of Sherwood Green #134837
RGB
CMYK
RGB Variations
Color information
#134837 (or 0x134837) is known color: Sherwood Green. HEX triplet: 13, 48 and 37. RGB value is (19,72,55). Sum of RGB (Red+Green+Blue) = 19+72+55=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #134837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134837 is #ECB7C8. Grayscale: #363636. Windows color (decimal): -15513545 or 3622931. OLE color: 3622931.
HSL color Cylindrical-coordinate representation of color #134837: hue angle of 160.75º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134837 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 55 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.72 |
| HSL | 160.75º | 0.58% | 0.18% | - |
| HSV(B) | 160.75º | 0.74% | 0.28% | - |
| XYZ | 3.28 | 5.05 | 4.42 | - |
| YUV | 54.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 55 | 0.74 | 0 | 0.24 | 0.72 | 160.75 | 0.58 | 0.18 |
| Hex | 13 | 48 | 37 | 4A | 0 | 18 | 48 | A1 | 3A | 12 |
| Octal | 23 | 110 | 67 | 112 | 0 | 30 | 110 | 241 | 72 | 22 |
| Binary | 10011 | 1001000 | 110111 | 1001010 | 0 | 11000 | 1001000 | 10100001 | 111010 | 10010 |
Color Harmonies of #134837
Complementary color
Monochromatic Colors of #134837
Black with #134837
Text Example
Text Example
White with #134837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134837; }
p { color: rgb(19,72,55); }
H1.HeaderClassName
{
color: #134837;
}
.AnyTagClassName
{
color: #134837;
}
</style>
background-color css
<style>
a { background-color: #134837; }
a { background-color: rgb(19,72,55); }
div.DivClassName
{
background-color: #134837;
}
.BgClassName
{
background-color: #134837;
}
</style>
border-color css
<style>
span { border-color: #134837; }
span { border-color: rgb(19,72,55); }
td.TdClassName
{
border-color: #134837;
}
.TagClassName
{
border-color: #134837;
}
</style>