Shades of Sherwood Green #134E3A
Tints of Sherwood Green #134E3A
RGB
CMYK
RGB Variations
Color information
#134E3A (or 0x134E3A) is known color: Sherwood Green. HEX triplet: 13, 4E and 3A. RGB value is (19,78,58). Sum of RGB (Red+Green+Blue) = 19+78+58=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #134E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E3A is #ECB1C5. Grayscale: #3A3A3A. Windows color (decimal): -15512006 or 3821075. OLE color: 3821075.
HSL color Cylindrical-coordinate representation of color #134E3A: hue angle of 159.66º 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 #134E3A is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 58 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.69 |
| HSL | 159.66º | 0.61% | 0.19% | - |
| HSV(B) | 159.66º | 0.76% | 0.31% | - |
| XYZ | 3.76 | 5.89 | 4.94 | - |
| YUV | 58.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 58 | 0.76 | 0 | 0.26 | 0.69 | 159.66 | 0.61 | 0.19 |
| Hex | 13 | 4E | 3A | 4C | 0 | 1A | 45 | A0 | 3D | 13 |
| Octal | 23 | 116 | 72 | 114 | 0 | 32 | 105 | 240 | 75 | 23 |
| Binary | 10011 | 1001110 | 111010 | 1001100 | 0 | 11010 | 1000101 | 10100000 | 111101 | 10011 |
Color Harmonies of #134E3A
Complementary color
Monochromatic Colors of #134E3A
Black with #134E3A
Text Example
Text Example
White with #134E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E3A; }
p { color: rgb(19,78,58); }
H1.HeaderClassName
{
color: #134E3A;
}
.AnyTagClassName
{
color: #134E3A;
}
</style>
background-color css
<style>
a { background-color: #134E3A; }
a { background-color: rgb(19,78,58); }
div.DivClassName
{
background-color: #134E3A;
}
.BgClassName
{
background-color: #134E3A;
}
</style>
border-color css
<style>
span { border-color: #134E3A; }
span { border-color: rgb(19,78,58); }
td.TdClassName
{
border-color: #134E3A;
}
.TagClassName
{
border-color: #134E3A;
}
</style>