Shades of County Green #135037
Tints of County Green #135037
RGB
CMYK
RGB Variations
Color information
#135037 (or 0x135037) is known color: County Green. HEX triplet: 13, 50 and 37. RGB value is (19,80,55). Sum of RGB (Red+Green+Blue) = 19+80+55=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #135037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135037 is #ECAFC8. Grayscale: #3A3A3A. Windows color (decimal): -15511497 or 3624979. OLE color: 3624979.
HSL color Cylindrical-coordinate representation of color #135037: hue angle of 155.41º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135037 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 55 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.69 |
| HSL | 155.41º | 0.62% | 0.19% | - |
| HSV(B) | 155.41º | 0.76% | 0.31% | - |
| XYZ | 3.83 | 6.15 | 4.6 | - |
| YUV | 58.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 55 | 0.76 | 0 | 0.31 | 0.69 | 155.41 | 0.62 | 0.19 |
| Hex | 13 | 50 | 37 | 4C | 0 | 1F | 45 | 9B | 3E | 13 |
| Octal | 23 | 120 | 67 | 114 | 0 | 37 | 105 | 233 | 76 | 23 |
| Binary | 10011 | 1010000 | 110111 | 1001100 | 0 | 11111 | 1000101 | 10011011 | 111110 | 10011 |
Color Harmonies of #135037
Complementary color
Monochromatic Colors of #135037
Black with #135037
Text Example
Text Example
White with #135037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135037; }
p { color: rgb(19,80,55); }
H1.HeaderClassName
{
color: #135037;
}
.AnyTagClassName
{
color: #135037;
}
</style>
background-color css
<style>
a { background-color: #135037; }
a { background-color: rgb(19,80,55); }
div.DivClassName
{
background-color: #135037;
}
.BgClassName
{
background-color: #135037;
}
</style>
border-color css
<style>
span { border-color: #135037; }
span { border-color: rgb(19,80,55); }
td.TdClassName
{
border-color: #135037;
}
.TagClassName
{
border-color: #135037;
}
</style>