#165249

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

Shades of Cyprus #165249

Tints of Cyprus #165249

Color information

#165249 (or 0x165249) is unknown color: approx Cyprus. HEX triplet: 16, 52 and 49. RGB value is (22,82,73). Sum of RGB (Red+Green+Blue) = 22+82+73=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #165249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165249 is #E9ADB6. Grayscale: #3F3F3F. Windows color (decimal): -15314359 or 4805142. OLE color: 4805142.

HSL color Cylindrical-coordinate representation of color #165249: hue angle of 171º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165249 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB228273-
CMYK0.7300.110.68
HSL171º57.69%20.39%-
HSV(B)171º73.17%32.16%-
XYZ4.556.697.35-
YUV63.03133.6298.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=12.43%
G=46.33%
B=41.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282730.7300.110.6817157.6920.39
Hex165249490B44ab3a14
Octal261221111110131042537224
Binary101101010010100100110010010101110001001010101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165249; }

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

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

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

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

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

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

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

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