Shades of Cyprus #164C45
Tints of Cyprus #164C45
RGB
CMYK
RGB Variations
Color information
#164C45 (or 0x164C45) is known color: Cyprus. HEX triplet: 16, 4C and 45. RGB value is (22,76,69). Sum of RGB (Red+Green+Blue) = 22+76+69=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #164C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C45 is #E9B3BA. Grayscale: #3B3B3B. Windows color (decimal): -15315899 or 4541462. OLE color: 4541462.
HSL color Cylindrical-coordinate representation of color #164C45: hue angle of 172.22º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164C45 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 69 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.70 |
| HSL | 172.22º | 0.55% | 0.19% | - |
| HSV(B) | 172.22º | 0.71% | 0.3% | - |
| XYZ | 3.99 | 5.77 | 6.53 | - |
| YUV | 59.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 69 | 0.71 | 0 | 0.09 | 0.70 | 172.22 | 0.55 | 0.19 |
| Hex | 16 | 4C | 45 | 47 | 0 | 9 | 46 | AC | 37 | 13 |
| Octal | 26 | 114 | 105 | 107 | 0 | 11 | 106 | 254 | 67 | 23 |
| Binary | 10110 | 1001100 | 1000101 | 1000111 | 0 | 1001 | 1000110 | 10101100 | 110111 | 10011 |
Color Harmonies of #164C45
Complementary color
Monochromatic Colors of #164C45
Black with #164C45
Text Example
Text Example
White with #164C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C45; }
p { color: rgb(22,76,69); }
H1.HeaderClassName
{
color: #164C45;
}
.AnyTagClassName
{
color: #164C45;
}
</style>
background-color css
<style>
a { background-color: #164C45; }
a { background-color: rgb(22,76,69); }
div.DivClassName
{
background-color: #164C45;
}
.BgClassName
{
background-color: #164C45;
}
</style>
border-color css
<style>
span { border-color: #164C45; }
span { border-color: rgb(22,76,69); }
td.TdClassName
{
border-color: #164C45;
}
.TagClassName
{
border-color: #164C45;
}
</style>