Shades of Sherwood Green #134233
Tints of Sherwood Green #134233
RGB
CMYK
RGB Variations
Color information
#134233 (or 0x134233) is known color: Sherwood Green. HEX triplet: 13, 42 and 33. RGB value is (19,66,51). Sum of RGB (Red+Green+Blue) = 19+66+51=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #134233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134233 is #ECBDCC. Grayscale: #323232. Windows color (decimal): -15515085 or 3359251. OLE color: 3359251.
HSL color Cylindrical-coordinate representation of color #134233: hue angle of 160.85º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134233 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 51 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.74 |
| HSL | 160.85º | 0.55% | 0.17% | - |
| HSV(B) | 160.85º | 0.71% | 0.26% | - |
| XYZ | 2.81 | 4.27 | 3.81 | - |
| YUV | 50.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 51 | 0.71 | 0 | 0.23 | 0.74 | 160.85 | 0.55 | 0.17 |
| Hex | 13 | 42 | 33 | 47 | 0 | 17 | 4A | A1 | 37 | 11 |
| Octal | 23 | 102 | 63 | 107 | 0 | 27 | 112 | 241 | 67 | 21 |
| Binary | 10011 | 1000010 | 110011 | 1000111 | 0 | 10111 | 1001010 | 10100001 | 110111 | 10001 |
Color Harmonies of #134233
Complementary color
Monochromatic Colors of #134233
Black with #134233
Text Example
Text Example
White with #134233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134233; }
p { color: rgb(19,66,51); }
H1.HeaderClassName
{
color: #134233;
}
.AnyTagClassName
{
color: #134233;
}
</style>
background-color css
<style>
a { background-color: #134233; }
a { background-color: rgb(19,66,51); }
div.DivClassName
{
background-color: #134233;
}
.BgClassName
{
background-color: #134233;
}
</style>
border-color css
<style>
span { border-color: #134233; }
span { border-color: rgb(19,66,51); }
td.TdClassName
{
border-color: #134233;
}
.TagClassName
{
border-color: #134233;
}
</style>