Shades of Sherwood Green #134D3C
Tints of Sherwood Green #134D3C
RGB
CMYK
RGB Variations
Color information
#134D3C (or 0x134D3C) is known color: Sherwood Green. HEX triplet: 13, 4D and 3C. RGB value is (19,77,60). Sum of RGB (Red+Green+Blue) = 19+77+60=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #134D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D3C is #ECB2C3. Grayscale: #393939. Windows color (decimal): -15512260 or 3951891. OLE color: 3951891.
HSL color Cylindrical-coordinate representation of color #134D3C: hue angle of 162.41º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D3C is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 60 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.70 |
| HSL | 162.41º | 0.6% | 0.19% | - |
| HSV(B) | 162.41º | 0.75% | 0.3% | - |
| XYZ | 3.74 | 5.77 | 5.19 | - |
| YUV | 57.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 60 | 0.75 | 0 | 0.22 | 0.70 | 162.41 | 0.6 | 0.19 |
| Hex | 13 | 4D | 3C | 4B | 0 | 16 | 46 | A2 | 3C | 13 |
| Octal | 23 | 115 | 74 | 113 | 0 | 26 | 106 | 242 | 74 | 23 |
| Binary | 10011 | 1001101 | 111100 | 1001011 | 0 | 10110 | 1000110 | 10100010 | 111100 | 10011 |
Color Harmonies of #134D3C
Complementary color
Monochromatic Colors of #134D3C
Black with #134D3C
Text Example
Text Example
White with #134D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D3C; }
p { color: rgb(19,77,60); }
H1.HeaderClassName
{
color: #134D3C;
}
.AnyTagClassName
{
color: #134D3C;
}
</style>
background-color css
<style>
a { background-color: #134D3C; }
a { background-color: rgb(19,77,60); }
div.DivClassName
{
background-color: #134D3C;
}
.BgClassName
{
background-color: #134D3C;
}
</style>
border-color css
<style>
span { border-color: #134D3C; }
span { border-color: rgb(19,77,60); }
td.TdClassName
{
border-color: #134D3C;
}
.TagClassName
{
border-color: #134D3C;
}
</style>