Shades of County Green #135131
Tints of County Green #135131
RGB
CMYK
RGB Variations
Color information
#135131 (or 0x135131) is known color: County Green. HEX triplet: 13, 51 and 31. RGB value is (19,81,49). Sum of RGB (Red+Green+Blue) = 19+81+49=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #135131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135131 is #ECAECE. Grayscale: #3A3A3A. Windows color (decimal): -15511247 or 3232019. OLE color: 3232019.
HSL color Cylindrical-coordinate representation of color #135131: hue angle of 149.03º 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 #135131 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 49 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.68 |
| HSL | 149.03º | 0.62% | 0.2% | - |
| HSV(B) | 149.03º | 0.77% | 0.32% | - |
| XYZ | 3.77 | 6.25 | 3.91 | - |
| YUV | 58.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 49 | 0.77 | 0 | 0.40 | 0.68 | 149.03 | 0.62 | 0.2 |
| Hex | 13 | 51 | 31 | 4D | 0 | 28 | 44 | 95 | 3E | 14 |
| Octal | 23 | 121 | 61 | 115 | 0 | 50 | 104 | 225 | 76 | 24 |
| Binary | 10011 | 1010001 | 110001 | 1001101 | 0 | 101000 | 1000100 | 10010101 | 111110 | 10100 |
Color Harmonies of #135131
Complementary color
Monochromatic Colors of #135131
Black with #135131
Text Example
Text Example
White with #135131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135131; }
p { color: rgb(19,81,49); }
H1.HeaderClassName
{
color: #135131;
}
.AnyTagClassName
{
color: #135131;
}
</style>
background-color css
<style>
a { background-color: #135131; }
a { background-color: rgb(19,81,49); }
div.DivClassName
{
background-color: #135131;
}
.BgClassName
{
background-color: #135131;
}
</style>
border-color css
<style>
span { border-color: #135131; }
span { border-color: rgb(19,81,49); }
td.TdClassName
{
border-color: #135131;
}
.TagClassName
{
border-color: #135131;
}
</style>