Shades of County Green #134D36
Tints of County Green #134D36
RGB
CMYK
RGB Variations
Color information
#134D36 (or 0x134D36) is known color: County Green. HEX triplet: 13, 4D and 36. RGB value is (19,77,54). Sum of RGB (Red+Green+Blue) = 19+77+54=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #134D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D36 is #ECB2C9. Grayscale: #393939. Windows color (decimal): -15512266 or 3558675. OLE color: 3558675.
HSL color Cylindrical-coordinate representation of color #134D36: hue angle of 156.21º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D36 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 54 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.70 |
| HSL | 156.21º | 0.6% | 0.19% | - |
| HSV(B) | 156.21º | 0.75% | 0.3% | - |
| XYZ | 3.59 | 5.71 | 4.4 | - |
| YUV | 57.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 54 | 0.75 | 0 | 0.30 | 0.70 | 156.21 | 0.6 | 0.19 |
| Hex | 13 | 4D | 36 | 4B | 0 | 1E | 46 | 9C | 3C | 13 |
| Octal | 23 | 115 | 66 | 113 | 0 | 36 | 106 | 234 | 74 | 23 |
| Binary | 10011 | 1001101 | 110110 | 1001011 | 0 | 11110 | 1000110 | 10011100 | 111100 | 10011 |
Color Harmonies of #134D36
Complementary color
Monochromatic Colors of #134D36
Black with #134D36
Text Example
Text Example
White with #134D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D36; }
p { color: rgb(19,77,54); }
H1.HeaderClassName
{
color: #134D36;
}
.AnyTagClassName
{
color: #134D36;
}
</style>
background-color css
<style>
a { background-color: #134D36; }
a { background-color: rgb(19,77,54); }
div.DivClassName
{
background-color: #134D36;
}
.BgClassName
{
background-color: #134D36;
}
</style>
border-color css
<style>
span { border-color: #134D36; }
span { border-color: rgb(19,77,54); }
td.TdClassName
{
border-color: #134D36;
}
.TagClassName
{
border-color: #134D36;
}
</style>