#114549

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

Shades of Cyprus #114549

Tints of Cyprus #114549

Color information

#114549 (or 0x114549) is unknown color: approx Cyprus. HEX triplet: 11, 45 and 49. RGB value is (17,69,73). Sum of RGB (Red+Green+Blue) = 17+69+73=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #114549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114549 is #EEBAB6. Grayscale: #353535. Windows color (decimal): -15645367 or 4801809. OLE color: 4801809.

HSL color Cylindrical-coordinate representation of color #114549: hue angle of 184.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114549 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB176973-
CMYK0.770.0500.71
HSL184.29º62.22%17.65%-
HSV(B)184.29º76.71%28.63%-
XYZ3.564.867.05-
YUV53.91138.77101.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=10.69%
G=43.40%
B=45.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1769730.770.0500.71184.2962.2217.65
Hex1145494D5047b83e12
Octal21105111115501072707622
Binary10001100010110010011001101101010001111011100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114549; }

 p { color: rgb(17,69,73); }

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

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

 a { background-color: rgb(17,69,73); }

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

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

 span { border-color: rgb(17,69,73); }

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