Shades of County Green #115338
Tints of County Green #115338
RGB
CMYK
RGB Variations
Color information
#115338 (or 0x115338) is known color: County Green. HEX triplet: 11, 53 and 38. RGB value is (17,83,56). Sum of RGB (Red+Green+Blue) = 17+83+56=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #115338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115338 is #EEACC7. Grayscale: #3C3C3C. Windows color (decimal): -15641800 or 3691281. OLE color: 3691281.
HSL color Cylindrical-coordinate representation of color #115338: hue angle of 155.45º 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 #115338 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 56 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.67 |
| HSL | 155.45º | 0.66% | 0.2% | - |
| HSV(B) | 155.45º | 0.8% | 0.33% | - |
| XYZ | 4.04 | 6.59 | 4.8 | - |
| YUV | 60.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 56 | 0.80 | 0 | 0.33 | 0.67 | 155.45 | 0.66 | 0.2 |
| Hex | 11 | 53 | 38 | 50 | 0 | 21 | 43 | 9B | 42 | 14 |
| Octal | 21 | 123 | 70 | 120 | 0 | 41 | 103 | 233 | 102 | 24 |
| Binary | 10001 | 1010011 | 111000 | 1010000 | 0 | 100001 | 1000011 | 10011011 | 1000010 | 10100 |
Color Harmonies of #115338
Complementary color
Monochromatic Colors of #115338
Black with #115338
Text Example
Text Example
White with #115338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115338; }
p { color: rgb(17,83,56); }
H1.HeaderClassName
{
color: #115338;
}
.AnyTagClassName
{
color: #115338;
}
</style>
background-color css
<style>
a { background-color: #115338; }
a { background-color: rgb(17,83,56); }
div.DivClassName
{
background-color: #115338;
}
.BgClassName
{
background-color: #115338;
}
</style>
border-color css
<style>
span { border-color: #115338; }
span { border-color: rgb(17,83,56); }
td.TdClassName
{
border-color: #115338;
}
.TagClassName
{
border-color: #115338;
}
</style>