Shades of Sherwood Green #134134
Tints of Sherwood Green #134134
RGB
CMYK
RGB Variations
Color information
#134134 (or 0x134134) is known color: Sherwood Green. HEX triplet: 13, 41 and 34. RGB value is (19,65,52). Sum of RGB (Red+Green+Blue) = 19+65+52=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #134134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134134 is #ECBECB. Grayscale: #313131. Windows color (decimal): -15515340 or 3424531. OLE color: 3424531.
HSL color Cylindrical-coordinate representation of color #134134: hue angle of 163.04º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134134 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 52 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.75 |
| HSL | 163.04º | 0.55% | 0.16% | - |
| HSV(B) | 163.04º | 0.71% | 0.25% | - |
| XYZ | 2.78 | 4.17 | 3.91 | - |
| YUV | 49.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 52 | 0.71 | 0 | 0.20 | 0.75 | 163.04 | 0.55 | 0.16 |
| Hex | 13 | 41 | 34 | 47 | 0 | 14 | 4B | A3 | 37 | 10 |
| Octal | 23 | 101 | 64 | 107 | 0 | 24 | 113 | 243 | 67 | 20 |
| Binary | 10011 | 1000001 | 110100 | 1000111 | 0 | 10100 | 1001011 | 10100011 | 110111 | 10000 |
Color Harmonies of #134134
Complementary color
Monochromatic Colors of #134134
Black with #134134
Text Example
Text Example
White with #134134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134134; }
p { color: rgb(19,65,52); }
H1.HeaderClassName
{
color: #134134;
}
.AnyTagClassName
{
color: #134134;
}
</style>
background-color css
<style>
a { background-color: #134134; }
a { background-color: rgb(19,65,52); }
div.DivClassName
{
background-color: #134134;
}
.BgClassName
{
background-color: #134134;
}
</style>
border-color css
<style>
span { border-color: #134134; }
span { border-color: rgb(19,65,52); }
td.TdClassName
{
border-color: #134134;
}
.TagClassName
{
border-color: #134134;
}
</style>