#114F49

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

Shades of Cyprus #114F49

Tints of Cyprus #114F49

Color information

#114F49 (or 0x114F49) is unknown color: approx Cyprus. HEX triplet: 11, 4F and 49. RGB value is (17,79,73). Sum of RGB (Red+Green+Blue) = 17+79+73=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #114F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F49 is #EEB0B6. Grayscale: #3B3B3B. Windows color (decimal): -15642807 or 4804369. OLE color: 4804369.

HSL color Cylindrical-coordinate representation of color #114F49: hue angle of 174.19º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F49 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB177973-
CMYK0.7800.080.69
HSL174.19º64.58%18.82%-
HSV(B)174.19º78.48%30.98%-
XYZ4.236.197.28-
YUV59.78135.4697.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=10.06%
G=46.75%
B=43.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1779730.7800.080.69174.1964.5818.82
Hex114F494E0845ae4113
Octal2111711111601010525610123
Binary1000110011111001001100111001000100010110101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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