#164948

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

Shades of Cyprus #164948

Tints of Cyprus #164948

Color information

#164948 (or 0x164948) is unknown color: approx Cyprus. HEX triplet: 16, 49 and 48. RGB value is (22,73,72). Sum of RGB (Red+Green+Blue) = 22+73+72=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #164948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164948 is #E9B6B7. Grayscale: #393939. Windows color (decimal): -15316664 or 4737302. OLE color: 4737302.

HSL color Cylindrical-coordinate representation of color #164948: hue angle of 178.82º 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 #164948 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB227372-
CMYK0.7000.010.71
HSL178.82º53.68%18.63%-
HSV(B)178.82º69.86%28.63%-
XYZ3.885.46.97-
YUV57.64136.1102.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=13.17%
G=43.71%
B=43.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273720.7000.010.71178.8253.6818.63
Hex164948460147b33613
Octal26111110106011072636623
Binary101101001001100100010001100110001111011001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164948; }

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

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

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

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

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

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

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

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