Shades of County Green #135139
Tints of County Green #135139
RGB
CMYK
RGB Variations
Color information
#135139 (or 0x135139) is known color: County Green. HEX triplet: 13, 51 and 39. RGB value is (19,81,57). Sum of RGB (Red+Green+Blue) = 19+81+57=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #135139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135139 is #ECAEC6. Grayscale: #3B3B3B. Windows color (decimal): -15511239 or 3756307. OLE color: 3756307.
HSL color Cylindrical-coordinate representation of color #135139: hue angle of 156.77º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135139 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 57 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.68 |
| HSL | 156.77º | 0.62% | 0.2% | - |
| HSV(B) | 156.77º | 0.77% | 0.32% | - |
| XYZ | 3.95 | 6.32 | 4.88 | - |
| YUV | 59.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 57 | 0.77 | 0 | 0.30 | 0.68 | 156.77 | 0.62 | 0.2 |
| Hex | 13 | 51 | 39 | 4D | 0 | 1E | 44 | 9D | 3E | 14 |
| Octal | 23 | 121 | 71 | 115 | 0 | 36 | 104 | 235 | 76 | 24 |
| Binary | 10011 | 1010001 | 111001 | 1001101 | 0 | 11110 | 1000100 | 10011101 | 111110 | 10100 |
Color Harmonies of #135139
Complementary color
Monochromatic Colors of #135139
Black with #135139
Text Example
Text Example
White with #135139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135139; }
p { color: rgb(19,81,57); }
H1.HeaderClassName
{
color: #135139;
}
.AnyTagClassName
{
color: #135139;
}
</style>
background-color css
<style>
a { background-color: #135139; }
a { background-color: rgb(19,81,57); }
div.DivClassName
{
background-color: #135139;
}
.BgClassName
{
background-color: #135139;
}
</style>
border-color css
<style>
span { border-color: #135139; }
span { border-color: rgb(19,81,57); }
td.TdClassName
{
border-color: #135139;
}
.TagClassName
{
border-color: #135139;
}
</style>