Shades of Sherwood Green #134534
Tints of Sherwood Green #134534
RGB
CMYK
RGB Variations
Color information
#134534 (or 0x134534) is known color: Sherwood Green. HEX triplet: 13, 45 and 34. RGB value is (19,69,52). Sum of RGB (Red+Green+Blue) = 19+69+52=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #134534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134534 is #ECBACB. Grayscale: #343434. Windows color (decimal): -15514316 or 3425555. OLE color: 3425555.
HSL color Cylindrical-coordinate representation of color #134534: hue angle of 159.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134534 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 52 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.73 |
| HSL | 159.6º | 0.57% | 0.17% | - |
| HSV(B) | 159.6º | 0.72% | 0.27% | - |
| XYZ | 3.02 | 4.64 | 3.99 | - |
| YUV | 52.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 52 | 0.72 | 0 | 0.25 | 0.73 | 159.6 | 0.57 | 0.17 |
| Hex | 13 | 45 | 34 | 48 | 0 | 19 | 49 | A0 | 39 | 11 |
| Octal | 23 | 105 | 64 | 110 | 0 | 31 | 111 | 240 | 71 | 21 |
| Binary | 10011 | 1000101 | 110100 | 1001000 | 0 | 11001 | 1001001 | 10100000 | 111001 | 10001 |
Color Harmonies of #134534
Complementary color
Monochromatic Colors of #134534
Black with #134534
Text Example
Text Example
White with #134534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134534; }
p { color: rgb(19,69,52); }
H1.HeaderClassName
{
color: #134534;
}
.AnyTagClassName
{
color: #134534;
}
</style>
background-color css
<style>
a { background-color: #134534; }
a { background-color: rgb(19,69,52); }
div.DivClassName
{
background-color: #134534;
}
.BgClassName
{
background-color: #134534;
}
</style>
border-color css
<style>
span { border-color: #134534; }
span { border-color: rgb(19,69,52); }
td.TdClassName
{
border-color: #134534;
}
.TagClassName
{
border-color: #134534;
}
</style>