#164F49

Color #164F49 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #164F49

Tints of Cyprus #164F49

Color information

#164F49 (or 0x164F49) is unknown color: approx Cyprus. HEX triplet: 16, 4F and 49. RGB value is (22,79,73). Sum of RGB (Red+Green+Blue) = 22+79+73=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #164F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164F49 is #E9B0B6. Grayscale: #3D3D3D. Windows color (decimal): -15315127 or 4804374. OLE color: 4804374.

HSL color Cylindrical-coordinate representation of color #164F49: hue angle of 173.68º 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 #164F49 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB227973-
CMYK0.7200.080.69
HSL173.68º56.44%19.8%-
HSV(B)173.68º72.15%30.98%-
XYZ4.336.247.28-
YUV61.27134.6299.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=12.64%
G=45.40%
B=41.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2279730.7200.080.69173.6856.4419.8
Hex164F49480845ae3814
Octal261171111100101052567024
Binary101101001111100100110010000100010001011010111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164F49; }

 p { color: rgb(22,79,73); }

 H1.HeaderClassName
 {
   color: #164F49;
 }
 .AnyTagClassName
 {
   color: #164F49;
 }
</style>
background-color css

<style>
 a { background-color: #164F49; }

 a { background-color: rgb(22,79,73); }

 div.DivClassName
 {
   background-color: #164F49;
 }
 .BgClassName
 {
   background-color: #164F49;
 }
</style>
border-color css

<style>
 span { border-color: #164F49; }

 span { border-color: rgb(22,79,73); }

 td.TdClassName
 {
   border-color: #164F49;
 }
 .TagClassName
 {
   border-color: #164F49;
 }
</style>