Shades of County Green #135239
Tints of County Green #135239
RGB
CMYK
RGB Variations
Color information
#135239 (or 0x135239) is known color: County Green. HEX triplet: 13, 52 and 39. RGB value is (19,82,57). Sum of RGB (Red+Green+Blue) = 19+82+57=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #135239 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135239 is #ECADC6. Grayscale: #3C3C3C. Windows color (decimal): -15510983 or 3756563. OLE color: 3756563.
HSL color Cylindrical-coordinate representation of color #135239: hue angle of 156.19º 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 #135239 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 57 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.68 |
| HSL | 156.19º | 0.62% | 0.2% | - |
| HSV(B) | 156.19º | 0.77% | 0.32% | - |
| XYZ | 4.02 | 6.47 | 4.91 | - |
| YUV | 60.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 57 | 0.77 | 0 | 0.30 | 0.68 | 156.19 | 0.62 | 0.2 |
| Hex | 13 | 52 | 39 | 4D | 0 | 1E | 44 | 9C | 3E | 14 |
| Octal | 23 | 122 | 71 | 115 | 0 | 36 | 104 | 234 | 76 | 24 |
| Binary | 10011 | 1010010 | 111001 | 1001101 | 0 | 11110 | 1000100 | 10011100 | 111110 | 10100 |
Color Harmonies of #135239
Complementary color
Monochromatic Colors of #135239
Black with #135239
Text Example
Text Example
White with #135239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135239; }
p { color: rgb(19,82,57); }
H1.HeaderClassName
{
color: #135239;
}
.AnyTagClassName
{
color: #135239;
}
</style>
background-color css
<style>
a { background-color: #135239; }
a { background-color: rgb(19,82,57); }
div.DivClassName
{
background-color: #135239;
}
.BgClassName
{
background-color: #135239;
}
</style>
border-color css
<style>
span { border-color: #135239; }
span { border-color: rgb(19,82,57); }
td.TdClassName
{
border-color: #135239;
}
.TagClassName
{
border-color: #135239;
}
</style>