Shades of Sherwood Green #134836
Tints of Sherwood Green #134836
RGB
CMYK
RGB Variations
Color information
#134836 (or 0x134836) is known color: Sherwood Green. HEX triplet: 13, 48 and 36. RGB value is (19,72,54). Sum of RGB (Red+Green+Blue) = 19+72+54=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #134836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134836 is #ECB7C9. Grayscale: #363636. Windows color (decimal): -15513546 or 3557395. OLE color: 3557395.
HSL color Cylindrical-coordinate representation of color #134836: hue angle of 159.62º 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 #134836 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 54 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.72 |
| HSL | 159.62º | 0.58% | 0.18% | - |
| HSV(B) | 159.62º | 0.74% | 0.28% | - |
| XYZ | 3.25 | 5.04 | 4.29 | - |
| YUV | 54.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 54 | 0.74 | 0 | 0.25 | 0.72 | 159.62 | 0.58 | 0.18 |
| Hex | 13 | 48 | 36 | 4A | 0 | 19 | 48 | A0 | 3A | 12 |
| Octal | 23 | 110 | 66 | 112 | 0 | 31 | 110 | 240 | 72 | 22 |
| Binary | 10011 | 1001000 | 110110 | 1001010 | 0 | 11001 | 1001000 | 10100000 | 111010 | 10010 |
Color Harmonies of #134836
Complementary color
Monochromatic Colors of #134836
Black with #134836
Text Example
Text Example
White with #134836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134836; }
p { color: rgb(19,72,54); }
H1.HeaderClassName
{
color: #134836;
}
.AnyTagClassName
{
color: #134836;
}
</style>
background-color css
<style>
a { background-color: #134836; }
a { background-color: rgb(19,72,54); }
div.DivClassName
{
background-color: #134836;
}
.BgClassName
{
background-color: #134836;
}
</style>
border-color css
<style>
span { border-color: #134836; }
span { border-color: rgb(19,72,54); }
td.TdClassName
{
border-color: #134836;
}
.TagClassName
{
border-color: #134836;
}
</style>