Shades of Cyprus #114A46
Tints of Cyprus #114A46
RGB
CMYK
RGB Variations
Color information
#114A46 (or 0x114A46) is known color: Cyprus. HEX triplet: 11, 4A and 46. RGB value is (17,74,70). Sum of RGB (Red+Green+Blue) = 17+74+70=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #114A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A46 is #EEB5B9. Grayscale: #383838. Windows color (decimal): -15644090 or 4606481. OLE color: 4606481.
HSL color Cylindrical-coordinate representation of color #114A46: hue angle of 175.79º 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 #114A46 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 70 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.71 |
| HSL | 175.79º | 0.63% | 0.18% | - |
| HSV(B) | 175.79º | 0.77% | 0.29% | - |
| XYZ | 3.79 | 5.46 | 6.65 | - |
| YUV | 56.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 70 | 0.77 | 0 | 0.05 | 0.71 | 175.79 | 0.63 | 0.18 |
| Hex | 11 | 4A | 46 | 4D | 0 | 5 | 47 | B0 | 3F | 12 |
| Octal | 21 | 112 | 106 | 115 | 0 | 5 | 107 | 260 | 77 | 22 |
| Binary | 10001 | 1001010 | 1000110 | 1001101 | 0 | 101 | 1000111 | 10110000 | 111111 | 10010 |
Color Harmonies of #114A46
Complementary color
Monochromatic Colors of #114A46
Black with #114A46
Text Example
Text Example
White with #114A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A46; }
p { color: rgb(17,74,70); }
H1.HeaderClassName
{
color: #114A46;
}
.AnyTagClassName
{
color: #114A46;
}
</style>
background-color css
<style>
a { background-color: #114A46; }
a { background-color: rgb(17,74,70); }
div.DivClassName
{
background-color: #114A46;
}
.BgClassName
{
background-color: #114A46;
}
</style>
border-color css
<style>
span { border-color: #114A46; }
span { border-color: rgb(17,74,70); }
td.TdClassName
{
border-color: #114A46;
}
.TagClassName
{
border-color: #114A46;
}
</style>