Shades of Sherwood Green #134E39
Tints of Sherwood Green #134E39
RGB
CMYK
RGB Variations
Color information
#134E39 (or 0x134E39) is known color: Sherwood Green. HEX triplet: 13, 4E and 39. RGB value is (19,78,57). Sum of RGB (Red+Green+Blue) = 19+78+57=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #134E39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E39 is #ECB1C6. Grayscale: #393939. Windows color (decimal): -15512007 or 3755539. OLE color: 3755539.
HSL color Cylindrical-coordinate representation of color #134E39: hue angle of 158.64º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E39 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 57 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.69 |
| HSL | 158.64º | 0.61% | 0.19% | - |
| HSV(B) | 158.64º | 0.76% | 0.31% | - |
| XYZ | 3.73 | 5.88 | 4.81 | - |
| YUV | 57.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 57 | 0.76 | 0 | 0.27 | 0.69 | 158.64 | 0.61 | 0.19 |
| Hex | 13 | 4E | 39 | 4C | 0 | 1B | 45 | 9F | 3D | 13 |
| Octal | 23 | 116 | 71 | 114 | 0 | 33 | 105 | 237 | 75 | 23 |
| Binary | 10011 | 1001110 | 111001 | 1001100 | 0 | 11011 | 1000101 | 10011111 | 111101 | 10011 |
Color Harmonies of #134E39
Complementary color
Monochromatic Colors of #134E39
Black with #134E39
Text Example
Text Example
White with #134E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E39; }
p { color: rgb(19,78,57); }
H1.HeaderClassName
{
color: #134E39;
}
.AnyTagClassName
{
color: #134E39;
}
</style>
background-color css
<style>
a { background-color: #134E39; }
a { background-color: rgb(19,78,57); }
div.DivClassName
{
background-color: #134E39;
}
.BgClassName
{
background-color: #134E39;
}
</style>
border-color css
<style>
span { border-color: #134E39; }
span { border-color: rgb(19,78,57); }
td.TdClassName
{
border-color: #134E39;
}
.TagClassName
{
border-color: #134E39;
}
</style>