Shades of Sherwood Green #134330
Tints of Sherwood Green #134330
RGB
CMYK
RGB Variations
Color information
#134330 (or 0x134330) is known color: Sherwood Green. HEX triplet: 13, 43 and 30. RGB value is (19,67,48). Sum of RGB (Red+Green+Blue) = 19+67+48=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #134330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134330 is #ECBCCF. Grayscale: #323232. Windows color (decimal): -15514832 or 3162899. OLE color: 3162899.
HSL color Cylindrical-coordinate representation of color #134330: hue angle of 156.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134330 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 48 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.74 |
| HSL | 156.25º | 0.56% | 0.17% | - |
| HSV(B) | 156.25º | 0.72% | 0.26% | - |
| XYZ | 2.81 | 4.37 | 3.49 | - |
| YUV | 50.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 48 | 0.72 | 0 | 0.28 | 0.74 | 156.25 | 0.56 | 0.17 |
| Hex | 13 | 43 | 30 | 48 | 0 | 1C | 4A | 9C | 38 | 11 |
| Octal | 23 | 103 | 60 | 110 | 0 | 34 | 112 | 234 | 70 | 21 |
| Binary | 10011 | 1000011 | 110000 | 1001000 | 0 | 11100 | 1001010 | 10011100 | 111000 | 10001 |
Color Harmonies of #134330
Complementary color
Monochromatic Colors of #134330
Black with #134330
Text Example
Text Example
White with #134330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134330; }
p { color: rgb(19,67,48); }
H1.HeaderClassName
{
color: #134330;
}
.AnyTagClassName
{
color: #134330;
}
</style>
background-color css
<style>
a { background-color: #134330; }
a { background-color: rgb(19,67,48); }
div.DivClassName
{
background-color: #134330;
}
.BgClassName
{
background-color: #134330;
}
</style>
border-color css
<style>
span { border-color: #134330; }
span { border-color: rgb(19,67,48); }
td.TdClassName
{
border-color: #134330;
}
.TagClassName
{
border-color: #134330;
}
</style>