Shades of County Green #155536
Tints of County Green #155536
RGB
CMYK
RGB Variations
Color information
#155536 (or 0x155536) is known color: County Green. HEX triplet: 15, 55 and 36. RGB value is (21,85,54). Sum of RGB (Red+Green+Blue) = 21+85+54=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #155536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155536 is #EAAAC9. Grayscale: #3E3E3E. Windows color (decimal): -15379146 or 3560725. OLE color: 3560725.
HSL color Cylindrical-coordinate representation of color #155536: hue angle of 150.94º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155536 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 54 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.67 |
| HSL | 150.94º | 0.6% | 0.21% | - |
| HSV(B) | 150.94º | 0.75% | 0.33% | - |
| XYZ | 4.22 | 6.92 | 4.6 | - |
| YUV | 62.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 54 | 0.75 | 0 | 0.36 | 0.67 | 150.94 | 0.6 | 0.21 |
| Hex | 15 | 55 | 36 | 4B | 0 | 24 | 43 | 97 | 3C | 15 |
| Octal | 25 | 125 | 66 | 113 | 0 | 44 | 103 | 227 | 74 | 25 |
| Binary | 10101 | 1010101 | 110110 | 1001011 | 0 | 100100 | 1000011 | 10010111 | 111100 | 10101 |
Color Harmonies of #155536
Complementary color
Monochromatic Colors of #155536
Black with #155536
Text Example
Text Example
White with #155536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155536; }
p { color: rgb(21,85,54); }
H1.HeaderClassName
{
color: #155536;
}
.AnyTagClassName
{
color: #155536;
}
</style>
background-color css
<style>
a { background-color: #155536; }
a { background-color: rgb(21,85,54); }
div.DivClassName
{
background-color: #155536;
}
.BgClassName
{
background-color: #155536;
}
</style>
border-color css
<style>
span { border-color: #155536; }
span { border-color: rgb(21,85,54); }
td.TdClassName
{
border-color: #155536;
}
.TagClassName
{
border-color: #155536;
}
</style>