#114346

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

Shades of Cyprus #114346

Tints of Cyprus #114346

Color information

#114346 (or 0x114346) is unknown color: approx Cyprus. HEX triplet: 11, 43 and 46. RGB value is (17,67,70). Sum of RGB (Red+Green+Blue) = 17+67+70=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #114346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114346 is #EEBCB9. Grayscale: #343434. Windows color (decimal): -15645882 or 4604689. OLE color: 4604689.

HSL color Cylindrical-coordinate representation of color #114346: hue angle of 183.4º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114346 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB176770-
CMYK0.760.0400.73
HSL183.4º60.92%17.06%-
HSV(B)183.4º75.71%27.45%-
XYZ3.344.586.5-
YUV52.39137.94102.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=11.04%
G=43.51%
B=45.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1767700.760.0400.73183.460.9217.06
Hex1143464C4049b73d11
Octal21103106114401112677521
Binary10001100001110001101001100100010010011011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114346; }

 p { color: rgb(17,67,70); }

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

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

 a { background-color: rgb(17,67,70); }

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

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

 span { border-color: rgb(17,67,70); }

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