Shades of Cyprus #164F4A
Tints of Cyprus #164F4A
RGB
CMYK
RGB Variations
Color information
#164F4A (or 0x164F4A) is known color: Cyprus. HEX triplet: 16, 4F and 4A. RGB value is (22,79,74). Sum of RGB (Red+Green+Blue) = 22+79+74=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #164F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164F4A is #E9B0B5. Grayscale: #3D3D3D. Windows color (decimal): -15315126 or 4869910. OLE color: 4869910.
HSL color Cylindrical-coordinate representation of color #164F4A: hue angle of 174.74º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164F4A is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 79 | 74 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.69 |
| HSL | 174.74º | 0.56% | 0.2% | - |
| HSV(B) | 174.74º | 0.72% | 0.31% | - |
| XYZ | 4.36 | 6.26 | 7.46 | - |
| YUV | 61.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 74 | 0.72 | 0 | 0.06 | 0.69 | 174.74 | 0.56 | 0.2 |
| Hex | 16 | 4F | 4A | 48 | 0 | 6 | 45 | AF | 38 | 14 |
| Octal | 26 | 117 | 112 | 110 | 0 | 6 | 105 | 257 | 70 | 24 |
| Binary | 10110 | 1001111 | 1001010 | 1001000 | 0 | 110 | 1000101 | 10101111 | 111000 | 10100 |
Color Harmonies of #164F4A
Complementary color
Monochromatic Colors of #164F4A
Black with #164F4A
Text Example
Text Example
White with #164F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164F4A; }
p { color: rgb(22,79,74); }
H1.HeaderClassName
{
color: #164F4A;
}
.AnyTagClassName
{
color: #164F4A;
}
</style>
background-color css
<style>
a { background-color: #164F4A; }
a { background-color: rgb(22,79,74); }
div.DivClassName
{
background-color: #164F4A;
}
.BgClassName
{
background-color: #164F4A;
}
</style>
border-color css
<style>
span { border-color: #164F4A; }
span { border-color: rgb(22,79,74); }
td.TdClassName
{
border-color: #164F4A;
}
.TagClassName
{
border-color: #164F4A;
}
</style>