Shades of County Green #114B33
Tints of County Green #114B33
RGB
CMYK
RGB Variations
Color information
#114B33 (or 0x114B33) is known color: County Green. HEX triplet: 11, 4B and 33. RGB value is (17,75,51). Sum of RGB (Red+Green+Blue) = 17+75+51=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #114B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B33 is #EEB4CC. Grayscale: #363636. Windows color (decimal): -15643853 or 3361553. OLE color: 3361553.
HSL color Cylindrical-coordinate representation of color #114B33: hue angle of 155.17º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B33 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 51 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.71 |
| HSL | 155.17º | 0.63% | 0.18% | - |
| HSV(B) | 155.17º | 0.77% | 0.29% | - |
| XYZ | 3.34 | 5.39 | 4 | - |
| YUV | 54.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 51 | 0.77 | 0 | 0.32 | 0.71 | 155.17 | 0.63 | 0.18 |
| Hex | 11 | 4B | 33 | 4D | 0 | 20 | 47 | 9B | 3F | 12 |
| Octal | 21 | 113 | 63 | 115 | 0 | 40 | 107 | 233 | 77 | 22 |
| Binary | 10001 | 1001011 | 110011 | 1001101 | 0 | 100000 | 1000111 | 10011011 | 111111 | 10010 |
Color Harmonies of #114B33
Complementary color
Monochromatic Colors of #114B33
Black with #114B33
Text Example
Text Example
White with #114B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B33; }
p { color: rgb(17,75,51); }
H1.HeaderClassName
{
color: #114B33;
}
.AnyTagClassName
{
color: #114B33;
}
</style>
background-color css
<style>
a { background-color: #114B33; }
a { background-color: rgb(17,75,51); }
div.DivClassName
{
background-color: #114B33;
}
.BgClassName
{
background-color: #114B33;
}
</style>
border-color css
<style>
span { border-color: #114B33; }
span { border-color: rgb(17,75,51); }
td.TdClassName
{
border-color: #114B33;
}
.TagClassName
{
border-color: #114B33;
}
</style>