Shades of County Green #135032
Tints of County Green #135032
RGB
CMYK
RGB Variations
Color information
#135032 (or 0x135032) is known color: County Green. HEX triplet: 13, 50 and 32. RGB value is (19,80,50). Sum of RGB (Red+Green+Blue) = 19+80+50=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #135032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135032 is #ECAFCD. Grayscale: #3A3A3A. Windows color (decimal): -15511502 or 3297299. OLE color: 3297299.
HSL color Cylindrical-coordinate representation of color #135032: hue angle of 150.49º 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 #135032 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 50 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.69 |
| HSL | 150.49º | 0.62% | 0.19% | - |
| HSV(B) | 150.49º | 0.76% | 0.31% | - |
| XYZ | 3.71 | 6.11 | 4 | - |
| YUV | 58.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 50 | 0.76 | 0 | 0.37 | 0.69 | 150.49 | 0.62 | 0.19 |
| Hex | 13 | 50 | 32 | 4C | 0 | 25 | 45 | 96 | 3E | 13 |
| Octal | 23 | 120 | 62 | 114 | 0 | 45 | 105 | 226 | 76 | 23 |
| Binary | 10011 | 1010000 | 110010 | 1001100 | 0 | 100101 | 1000101 | 10010110 | 111110 | 10011 |
Color Harmonies of #135032
Complementary color
Monochromatic Colors of #135032
Black with #135032
Text Example
Text Example
White with #135032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135032; }
p { color: rgb(19,80,50); }
H1.HeaderClassName
{
color: #135032;
}
.AnyTagClassName
{
color: #135032;
}
</style>
background-color css
<style>
a { background-color: #135032; }
a { background-color: rgb(19,80,50); }
div.DivClassName
{
background-color: #135032;
}
.BgClassName
{
background-color: #135032;
}
</style>
border-color css
<style>
span { border-color: #135032; }
span { border-color: rgb(19,80,50); }
td.TdClassName
{
border-color: #135032;
}
.TagClassName
{
border-color: #135032;
}
</style>