Shades of Sherwood Green #134033
Tints of Sherwood Green #134033
RGB
CMYK
RGB Variations
Color information
#134033 (or 0x134033) is known color: Sherwood Green. HEX triplet: 13, 40 and 33. RGB value is (19,64,51). Sum of RGB (Red+Green+Blue) = 19+64+51=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #134033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134033 is #ECBFCC. Grayscale: #313131. Windows color (decimal): -15515597 or 3358739. OLE color: 3358739.
HSL color Cylindrical-coordinate representation of color #134033: hue angle of 162.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134033 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 51 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.75 |
| HSL | 162.67º | 0.54% | 0.16% | - |
| HSV(B) | 162.67º | 0.7% | 0.25% | - |
| XYZ | 2.7 | 4.04 | 3.77 | - |
| YUV | 49.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 51 | 0.70 | 0 | 0.20 | 0.75 | 162.67 | 0.54 | 0.16 |
| Hex | 13 | 40 | 33 | 46 | 0 | 14 | 4B | A3 | 36 | 10 |
| Octal | 23 | 100 | 63 | 106 | 0 | 24 | 113 | 243 | 66 | 20 |
| Binary | 10011 | 1000000 | 110011 | 1000110 | 0 | 10100 | 1001011 | 10100011 | 110110 | 10000 |
Color Harmonies of #134033
Complementary color
Monochromatic Colors of #134033
Black with #134033
Text Example
Text Example
White with #134033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134033; }
p { color: rgb(19,64,51); }
H1.HeaderClassName
{
color: #134033;
}
.AnyTagClassName
{
color: #134033;
}
</style>
background-color css
<style>
a { background-color: #134033; }
a { background-color: rgb(19,64,51); }
div.DivClassName
{
background-color: #134033;
}
.BgClassName
{
background-color: #134033;
}
</style>
border-color css
<style>
span { border-color: #134033; }
span { border-color: rgb(19,64,51); }
td.TdClassName
{
border-color: #134033;
}
.TagClassName
{
border-color: #134033;
}
</style>