Shades of County Green #155135
Tints of County Green #155135
RGB
CMYK
RGB Variations
Color information
#155135 (or 0x155135) is known color: County Green. HEX triplet: 15, 51 and 35. RGB value is (21,81,53). Sum of RGB (Red+Green+Blue) = 21+81+53=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #155135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155135 is #EAAECA. Grayscale: #3B3B3B. Windows color (decimal): -15380171 or 3494165. OLE color: 3494165.
HSL color Cylindrical-coordinate representation of color #155135: hue angle of 152º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155135 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 53 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.68 |
| HSL | 152º | 0.59% | 0.2% | - |
| HSV(B) | 152º | 0.74% | 0.32% | - |
| XYZ | 3.89 | 6.3 | 4.38 | - |
| YUV | 59.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 53 | 0.74 | 0 | 0.35 | 0.68 | 152 | 0.59 | 0.2 |
| Hex | 15 | 51 | 35 | 4A | 0 | 23 | 44 | 98 | 3B | 14 |
| Octal | 25 | 121 | 65 | 112 | 0 | 43 | 104 | 230 | 73 | 24 |
| Binary | 10101 | 1010001 | 110101 | 1001010 | 0 | 100011 | 1000100 | 10011000 | 111011 | 10100 |
Color Harmonies of #155135
Complementary color
Monochromatic Colors of #155135
Black with #155135
Text Example
Text Example
White with #155135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155135; }
p { color: rgb(21,81,53); }
H1.HeaderClassName
{
color: #155135;
}
.AnyTagClassName
{
color: #155135;
}
</style>
background-color css
<style>
a { background-color: #155135; }
a { background-color: rgb(21,81,53); }
div.DivClassName
{
background-color: #155135;
}
.BgClassName
{
background-color: #155135;
}
</style>
border-color css
<style>
span { border-color: #155135; }
span { border-color: rgb(21,81,53); }
td.TdClassName
{
border-color: #155135;
}
.TagClassName
{
border-color: #155135;
}
</style>