Shades of County Green #155132
Tints of County Green #155132
RGB
CMYK
RGB Variations
Color information
#155132 (or 0x155132) is known color: County Green. HEX triplet: 15, 51 and 32. RGB value is (21,81,50). Sum of RGB (Red+Green+Blue) = 21+81+50=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #155132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155132 is #EAAECD. Grayscale: #3B3B3B. Windows color (decimal): -15380174 or 3297557. OLE color: 3297557.
HSL color Cylindrical-coordinate representation of color #155132: hue angle of 149º 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 #155132 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 50 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.68 |
| HSL | 149º | 0.59% | 0.2% | - |
| HSV(B) | 149º | 0.74% | 0.32% | - |
| XYZ | 3.83 | 6.27 | 4.03 | - |
| YUV | 59.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 50 | 0.74 | 0 | 0.38 | 0.68 | 149 | 0.59 | 0.2 |
| Hex | 15 | 51 | 32 | 4A | 0 | 26 | 44 | 95 | 3B | 14 |
| Octal | 25 | 121 | 62 | 112 | 0 | 46 | 104 | 225 | 73 | 24 |
| Binary | 10101 | 1010001 | 110010 | 1001010 | 0 | 100110 | 1000100 | 10010101 | 111011 | 10100 |
Color Harmonies of #155132
Complementary color
Monochromatic Colors of #155132
Black with #155132
Text Example
Text Example
White with #155132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155132; }
p { color: rgb(21,81,50); }
H1.HeaderClassName
{
color: #155132;
}
.AnyTagClassName
{
color: #155132;
}
</style>
background-color css
<style>
a { background-color: #155132; }
a { background-color: rgb(21,81,50); }
div.DivClassName
{
background-color: #155132;
}
.BgClassName
{
background-color: #155132;
}
</style>
border-color css
<style>
span { border-color: #155132; }
span { border-color: rgb(21,81,50); }
td.TdClassName
{
border-color: #155132;
}
.TagClassName
{
border-color: #155132;
}
</style>