Shades of Sherwood Green #134130
Tints of Sherwood Green #134130
RGB
CMYK
RGB Variations
Color information
#134130 (or 0x134130) is known color: Sherwood Green. HEX triplet: 13, 41 and 30. RGB value is (19,65,48). Sum of RGB (Red+Green+Blue) = 19+65+48=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #134130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134130 is #ECBECF. Grayscale: #313131. Windows color (decimal): -15515344 or 3162387. OLE color: 3162387.
HSL color Cylindrical-coordinate representation of color #134130: hue angle of 157.83º 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 #134130 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 48 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.75 |
| HSL | 157.83º | 0.55% | 0.16% | - |
| HSV(B) | 157.83º | 0.71% | 0.25% | - |
| XYZ | 2.69 | 4.13 | 3.45 | - |
| YUV | 49.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 48 | 0.71 | 0 | 0.26 | 0.75 | 157.83 | 0.55 | 0.16 |
| Hex | 13 | 41 | 30 | 47 | 0 | 1A | 4B | 9E | 37 | 10 |
| Octal | 23 | 101 | 60 | 107 | 0 | 32 | 113 | 236 | 67 | 20 |
| Binary | 10011 | 1000001 | 110000 | 1000111 | 0 | 11010 | 1001011 | 10011110 | 110111 | 10000 |
Color Harmonies of #134130
Complementary color
Monochromatic Colors of #134130
Black with #134130
Text Example
Text Example
White with #134130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134130; }
p { color: rgb(19,65,48); }
H1.HeaderClassName
{
color: #134130;
}
.AnyTagClassName
{
color: #134130;
}
</style>
background-color css
<style>
a { background-color: #134130; }
a { background-color: rgb(19,65,48); }
div.DivClassName
{
background-color: #134130;
}
.BgClassName
{
background-color: #134130;
}
</style>
border-color css
<style>
span { border-color: #134130; }
span { border-color: rgb(19,65,48); }
td.TdClassName
{
border-color: #134130;
}
.TagClassName
{
border-color: #134130;
}
</style>