Shades of Cyprus #164A47
Tints of Cyprus #164A47
RGB
CMYK
RGB Variations
Color information
#164A47 (or 0x164A47) is known color: Cyprus. HEX triplet: 16, 4A and 47. RGB value is (22,74,71). Sum of RGB (Red+Green+Blue) = 22+74+71=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 74 - color contains mainly: green. Hex color #164A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A47 is #E9B5B8. Grayscale: #3A3A3A. Windows color (decimal): -15316409 or 4672022. OLE color: 4672022.
HSL color Cylindrical-coordinate representation of color #164A47: hue angle of 176.54º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164A47 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 71 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.71 |
| HSL | 176.54º | 0.54% | 0.19% | - |
| HSV(B) | 176.54º | 0.7% | 0.29% | - |
| XYZ | 3.92 | 5.52 | 6.82 | - |
| YUV | 58.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 71 | 0.70 | 0 | 0.04 | 0.71 | 176.54 | 0.54 | 0.19 |
| Hex | 16 | 4A | 47 | 46 | 0 | 4 | 47 | B1 | 36 | 13 |
| Octal | 26 | 112 | 107 | 106 | 0 | 4 | 107 | 261 | 66 | 23 |
| Binary | 10110 | 1001010 | 1000111 | 1000110 | 0 | 100 | 1000111 | 10110001 | 110110 | 10011 |
Color Harmonies of #164A47
Complementary color
Monochromatic Colors of #164A47
Black with #164A47
Text Example
Text Example
White with #164A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A47; }
p { color: rgb(22,74,71); }
H1.HeaderClassName
{
color: #164A47;
}
.AnyTagClassName
{
color: #164A47;
}
</style>
background-color css
<style>
a { background-color: #164A47; }
a { background-color: rgb(22,74,71); }
div.DivClassName
{
background-color: #164A47;
}
.BgClassName
{
background-color: #164A47;
}
</style>
border-color css
<style>
span { border-color: #164A47; }
span { border-color: rgb(22,74,71); }
td.TdClassName
{
border-color: #164A47;
}
.TagClassName
{
border-color: #164A47;
}
</style>