Shades of Cyprus #114B43
Tints of Cyprus #114B43
RGB
CMYK
RGB Variations
Color information
#114B43 (or 0x114B43) is known color: Cyprus. HEX triplet: 11, 4B and 43. RGB value is (17,75,67). Sum of RGB (Red+Green+Blue) = 17+75+67=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #114B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B43 is #EEB4BC. Grayscale: #383838. Windows color (decimal): -15643837 or 4410129. OLE color: 4410129.
HSL color Cylindrical-coordinate representation of color #114B43: hue angle of 171.72º 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 #114B43 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 67 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.71 |
| HSL | 171.72º | 0.63% | 0.18% | - |
| HSV(B) | 171.72º | 0.77% | 0.29% | - |
| XYZ | 3.76 | 5.56 | 6.18 | - |
| YUV | 56.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 67 | 0.77 | 0 | 0.11 | 0.71 | 171.72 | 0.63 | 0.18 |
| Hex | 11 | 4B | 43 | 4D | 0 | B | 47 | AC | 3F | 12 |
| Octal | 21 | 113 | 103 | 115 | 0 | 13 | 107 | 254 | 77 | 22 |
| Binary | 10001 | 1001011 | 1000011 | 1001101 | 0 | 1011 | 1000111 | 10101100 | 111111 | 10010 |
Color Harmonies of #114B43
Complementary color
Monochromatic Colors of #114B43
Black with #114B43
Text Example
Text Example
White with #114B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B43; }
p { color: rgb(17,75,67); }
H1.HeaderClassName
{
color: #114B43;
}
.AnyTagClassName
{
color: #114B43;
}
</style>
background-color css
<style>
a { background-color: #114B43; }
a { background-color: rgb(17,75,67); }
div.DivClassName
{
background-color: #114B43;
}
.BgClassName
{
background-color: #114B43;
}
</style>
border-color css
<style>
span { border-color: #114B43; }
span { border-color: rgb(17,75,67); }
td.TdClassName
{
border-color: #114B43;
}
.TagClassName
{
border-color: #114B43;
}
</style>