#114944

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

Shades of Cyprus #114944

Tints of Cyprus #114944

Color information

#114944 (or 0x114944) is unknown color: approx Cyprus. HEX triplet: 11, 49 and 44. RGB value is (17,73,68). Sum of RGB (Red+Green+Blue) = 17+73+68=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #114944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114944 is #EEB6BB. Grayscale: #373737. Windows color (decimal): -15644348 or 4475153. OLE color: 4475153.

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

Color convert

RGB177368-
CMYK0.7700.070.71
HSL174.64º62.22%17.65%-
HSV(B)174.64º76.71%28.63%-
XYZ3.665.36.3-
YUV55.69134.95100.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=10.76%
G=46.20%
B=43.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773680.7700.070.71174.6462.2217.65
Hex1149444D0747af3e12
Octal21111104115071072577622
Binary10001100100110001001001101011110001111010111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114944; }

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

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

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

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

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

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

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

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