Shades of County Green #155334
Tints of County Green #155334
RGB
CMYK
RGB Variations
Color information
#155334 (or 0x155334) is known color: County Green. HEX triplet: 15, 53 and 34. RGB value is (21,83,52). Sum of RGB (Red+Green+Blue) = 21+83+52=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #155334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155334 is #EAACCB. Grayscale: #3C3C3C. Windows color (decimal): -15379660 or 3429141. OLE color: 3429141.
HSL color Cylindrical-coordinate representation of color #155334: hue angle of 150º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155334 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 52 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.67 |
| HSL | 150º | 0.6% | 0.2% | - |
| HSV(B) | 150º | 0.75% | 0.33% | - |
| XYZ | 4.02 | 6.59 | 4.31 | - |
| YUV | 60.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 52 | 0.75 | 0 | 0.37 | 0.67 | 150 | 0.6 | 0.2 |
| Hex | 15 | 53 | 34 | 4B | 0 | 25 | 43 | 96 | 3C | 14 |
| Octal | 25 | 123 | 64 | 113 | 0 | 45 | 103 | 226 | 74 | 24 |
| Binary | 10101 | 1010011 | 110100 | 1001011 | 0 | 100101 | 1000011 | 10010110 | 111100 | 10100 |
Color Harmonies of #155334
Complementary color
Monochromatic Colors of #155334
Black with #155334
Text Example
Text Example
White with #155334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155334; }
p { color: rgb(21,83,52); }
H1.HeaderClassName
{
color: #155334;
}
.AnyTagClassName
{
color: #155334;
}
</style>
background-color css
<style>
a { background-color: #155334; }
a { background-color: rgb(21,83,52); }
div.DivClassName
{
background-color: #155334;
}
.BgClassName
{
background-color: #155334;
}
</style>
border-color css
<style>
span { border-color: #155334; }
span { border-color: rgb(21,83,52); }
td.TdClassName
{
border-color: #155334;
}
.TagClassName
{
border-color: #155334;
}
</style>