Shades of County Green #115335
Tints of County Green #115335
RGB
CMYK
RGB Variations
Color information
#115335 (or 0x115335) is known color: County Green. HEX triplet: 11, 53 and 35. RGB value is (17,83,53). Sum of RGB (Red+Green+Blue) = 17+83+53=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #115335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115335 is #EEACCA. Grayscale: #3B3B3B. Windows color (decimal): -15641803 or 3494673. OLE color: 3494673.
HSL color Cylindrical-coordinate representation of color #115335: hue angle of 152.73º 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 #115335 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 53 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.67 |
| HSL | 152.73º | 0.66% | 0.2% | - |
| HSV(B) | 152.73º | 0.8% | 0.33% | - |
| XYZ | 3.97 | 6.56 | 4.43 | - |
| YUV | 59.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 53 | 0.80 | 0 | 0.36 | 0.67 | 152.73 | 0.66 | 0.2 |
| Hex | 11 | 53 | 35 | 50 | 0 | 24 | 43 | 99 | 42 | 14 |
| Octal | 21 | 123 | 65 | 120 | 0 | 44 | 103 | 231 | 102 | 24 |
| Binary | 10001 | 1010011 | 110101 | 1010000 | 0 | 100100 | 1000011 | 10011001 | 1000010 | 10100 |
Color Harmonies of #115335
Complementary color
Monochromatic Colors of #115335
Black with #115335
Text Example
Text Example
White with #115335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115335; }
p { color: rgb(17,83,53); }
H1.HeaderClassName
{
color: #115335;
}
.AnyTagClassName
{
color: #115335;
}
</style>
background-color css
<style>
a { background-color: #115335; }
a { background-color: rgb(17,83,53); }
div.DivClassName
{
background-color: #115335;
}
.BgClassName
{
background-color: #115335;
}
</style>
border-color css
<style>
span { border-color: #115335; }
span { border-color: rgb(17,83,53); }
td.TdClassName
{
border-color: #115335;
}
.TagClassName
{
border-color: #115335;
}
</style>