Shades of Sherwood Green #134B36
Tints of Sherwood Green #134B36
RGB
CMYK
RGB Variations
Color information
#134B36 (or 0x134B36) is known color: Sherwood Green. HEX triplet: 13, 4B and 36. RGB value is (19,75,54). Sum of RGB (Red+Green+Blue) = 19+75+54=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #134B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B36 is #ECB4C9. Grayscale: #373737. Windows color (decimal): -15512778 or 3558163. OLE color: 3558163.
HSL color Cylindrical-coordinate representation of color #134B36: hue angle of 157.5º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B36 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 54 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.71 |
| HSL | 157.5º | 0.6% | 0.18% | - |
| HSV(B) | 157.5º | 0.75% | 0.29% | - |
| XYZ | 3.45 | 5.44 | 4.36 | - |
| YUV | 55.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 54 | 0.75 | 0 | 0.28 | 0.71 | 157.5 | 0.6 | 0.18 |
| Hex | 13 | 4B | 36 | 4B | 0 | 1C | 47 | 9E | 3C | 12 |
| Octal | 23 | 113 | 66 | 113 | 0 | 34 | 107 | 236 | 74 | 22 |
| Binary | 10011 | 1001011 | 110110 | 1001011 | 0 | 11100 | 1000111 | 10011110 | 111100 | 10010 |
Color Harmonies of #134B36
Complementary color
Monochromatic Colors of #134B36
Black with #134B36
Text Example
Text Example
White with #134B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B36; }
p { color: rgb(19,75,54); }
H1.HeaderClassName
{
color: #134B36;
}
.AnyTagClassName
{
color: #134B36;
}
</style>
background-color css
<style>
a { background-color: #134B36; }
a { background-color: rgb(19,75,54); }
div.DivClassName
{
background-color: #134B36;
}
.BgClassName
{
background-color: #134B36;
}
</style>
border-color css
<style>
span { border-color: #134B36; }
span { border-color: rgb(19,75,54); }
td.TdClassName
{
border-color: #134B36;
}
.TagClassName
{
border-color: #134B36;
}
</style>