Shades of Sherwood Green #134E3C
Tints of Sherwood Green #134E3C
RGB
CMYK
RGB Variations
Color information
#134E3C (or 0x134E3C) is known color: Sherwood Green. HEX triplet: 13, 4E and 3C. RGB value is (19,78,60). Sum of RGB (Red+Green+Blue) = 19+78+60=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #134E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E3C is #ECB1C3. Grayscale: #3A3A3A. Windows color (decimal): -15512004 or 3952147. OLE color: 3952147.
HSL color Cylindrical-coordinate representation of color #134E3C: hue angle of 161.69º 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 #134E3C is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 60 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.69 |
| HSL | 161.69º | 0.61% | 0.19% | - |
| HSV(B) | 161.69º | 0.76% | 0.31% | - |
| XYZ | 3.81 | 5.91 | 5.22 | - |
| YUV | 58.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 60 | 0.76 | 0 | 0.23 | 0.69 | 161.69 | 0.61 | 0.19 |
| Hex | 13 | 4E | 3C | 4C | 0 | 17 | 45 | A2 | 3D | 13 |
| Octal | 23 | 116 | 74 | 114 | 0 | 27 | 105 | 242 | 75 | 23 |
| Binary | 10011 | 1001110 | 111100 | 1001100 | 0 | 10111 | 1000101 | 10100010 | 111101 | 10011 |
Color Harmonies of #134E3C
Complementary color
Monochromatic Colors of #134E3C
Black with #134E3C
Text Example
Text Example
White with #134E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E3C; }
p { color: rgb(19,78,60); }
H1.HeaderClassName
{
color: #134E3C;
}
.AnyTagClassName
{
color: #134E3C;
}
</style>
background-color css
<style>
a { background-color: #134E3C; }
a { background-color: rgb(19,78,60); }
div.DivClassName
{
background-color: #134E3C;
}
.BgClassName
{
background-color: #134E3C;
}
</style>
border-color css
<style>
span { border-color: #134E3C; }
span { border-color: rgb(19,78,60); }
td.TdClassName
{
border-color: #134E3C;
}
.TagClassName
{
border-color: #134E3C;
}
</style>