Shades of County Green #11533C
Tints of County Green #11533C
RGB
CMYK
RGB Variations
Color information
#11533C (or 0x11533C) is known color: County Green. HEX triplet: 11, 53 and 3C. RGB value is (17,83,60). Sum of RGB (Red+Green+Blue) = 17+83+60=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #11533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11533C is #EEACC3. Grayscale: #3C3C3C. Windows color (decimal): -15641796 or 3953425. OLE color: 3953425.
HSL color Cylindrical-coordinate representation of color #11533C: hue angle of 159.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11533C is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 60 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.67 |
| HSL | 159.09º | 0.66% | 0.2% | - |
| HSV(B) | 159.09º | 0.8% | 0.33% | - |
| XYZ | 4.14 | 6.63 | 5.34 | - |
| YUV | 60.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 60 | 0.80 | 0 | 0.28 | 0.67 | 159.09 | 0.66 | 0.2 |
| Hex | 11 | 53 | 3C | 50 | 0 | 1C | 43 | 9F | 42 | 14 |
| Octal | 21 | 123 | 74 | 120 | 0 | 34 | 103 | 237 | 102 | 24 |
| Binary | 10001 | 1010011 | 111100 | 1010000 | 0 | 11100 | 1000011 | 10011111 | 1000010 | 10100 |
Color Harmonies of #11533C
Complementary color
Monochromatic Colors of #11533C
Black with #11533C
Text Example
Text Example
White with #11533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11533C; }
p { color: rgb(17,83,60); }
H1.HeaderClassName
{
color: #11533C;
}
.AnyTagClassName
{
color: #11533C;
}
</style>
background-color css
<style>
a { background-color: #11533C; }
a { background-color: rgb(17,83,60); }
div.DivClassName
{
background-color: #11533C;
}
.BgClassName
{
background-color: #11533C;
}
</style>
border-color css
<style>
span { border-color: #11533C; }
span { border-color: rgb(17,83,60); }
td.TdClassName
{
border-color: #11533C;
}
.TagClassName
{
border-color: #11533C;
}
</style>