Shades of Sherwood Green #134132
Tints of Sherwood Green #134132
RGB
CMYK
RGB Variations
Color information
#134132 (or 0x134132) is known color: Sherwood Green. HEX triplet: 13, 41 and 32. RGB value is (19,65,50). Sum of RGB (Red+Green+Blue) = 19+65+50=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #134132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134132 is #ECBECD. Grayscale: #313131. Windows color (decimal): -15515342 or 3293459. OLE color: 3293459.
HSL color Cylindrical-coordinate representation of color #134132: hue angle of 160.43º 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 #134132 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 50 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.75 |
| HSL | 160.43º | 0.55% | 0.16% | - |
| HSV(B) | 160.43º | 0.71% | 0.25% | - |
| XYZ | 2.73 | 4.15 | 3.67 | - |
| YUV | 49.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 50 | 0.71 | 0 | 0.23 | 0.75 | 160.43 | 0.55 | 0.16 |
| Hex | 13 | 41 | 32 | 47 | 0 | 17 | 4B | A0 | 37 | 10 |
| Octal | 23 | 101 | 62 | 107 | 0 | 27 | 113 | 240 | 67 | 20 |
| Binary | 10011 | 1000001 | 110010 | 1000111 | 0 | 10111 | 1001011 | 10100000 | 110111 | 10000 |
Color Harmonies of #134132
Complementary color
Monochromatic Colors of #134132
Black with #134132
Text Example
Text Example
White with #134132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134132; }
p { color: rgb(19,65,50); }
H1.HeaderClassName
{
color: #134132;
}
.AnyTagClassName
{
color: #134132;
}
</style>
background-color css
<style>
a { background-color: #134132; }
a { background-color: rgb(19,65,50); }
div.DivClassName
{
background-color: #134132;
}
.BgClassName
{
background-color: #134132;
}
</style>
border-color css
<style>
span { border-color: #134132; }
span { border-color: rgb(19,65,50); }
td.TdClassName
{
border-color: #134132;
}
.TagClassName
{
border-color: #134132;
}
</style>