Shades of Sherwood Green #134C36
Tints of Sherwood Green #134C36
RGB
CMYK
RGB Variations
Color information
#134C36 (or 0x134C36) is known color: Sherwood Green. HEX triplet: 13, 4C and 36. RGB value is (19,76,54). Sum of RGB (Red+Green+Blue) = 19+76+54=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #134C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C36 is #ECB3C9. Grayscale: #383838. Windows color (decimal): -15512522 or 3558419. OLE color: 3558419.
HSL color Cylindrical-coordinate representation of color #134C36: hue angle of 156.84º 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 #134C36 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 76 | 54 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.70 |
| HSL | 156.84º | 0.6% | 0.19% | - |
| HSV(B) | 156.84º | 0.75% | 0.3% | - |
| XYZ | 3.52 | 5.57 | 4.38 | - |
| YUV | 56.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 54 | 0.75 | 0 | 0.29 | 0.70 | 156.84 | 0.6 | 0.19 |
| Hex | 13 | 4C | 36 | 4B | 0 | 1D | 46 | 9D | 3C | 13 |
| Octal | 23 | 114 | 66 | 113 | 0 | 35 | 106 | 235 | 74 | 23 |
| Binary | 10011 | 1001100 | 110110 | 1001011 | 0 | 11101 | 1000110 | 10011101 | 111100 | 10011 |
Color Harmonies of #134C36
Complementary color
Monochromatic Colors of #134C36
Black with #134C36
Text Example
Text Example
White with #134C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C36; }
p { color: rgb(19,76,54); }
H1.HeaderClassName
{
color: #134C36;
}
.AnyTagClassName
{
color: #134C36;
}
</style>
background-color css
<style>
a { background-color: #134C36; }
a { background-color: rgb(19,76,54); }
div.DivClassName
{
background-color: #134C36;
}
.BgClassName
{
background-color: #134C36;
}
</style>
border-color css
<style>
span { border-color: #134C36; }
span { border-color: rgb(19,76,54); }
td.TdClassName
{
border-color: #134C36;
}
.TagClassName
{
border-color: #134C36;
}
</style>