#114347

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

Shades of Cyprus #114347

Tints of Cyprus #114347

Color information

#114347 (or 0x114347) is unknown color: approx Cyprus. HEX triplet: 11, 43 and 47. RGB value is (17,67,71). Sum of RGB (Red+Green+Blue) = 17+67+71=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #114347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114347 is #EEBCB8. Grayscale: #343434. Windows color (decimal): -15645881 or 4670225. OLE color: 4670225.

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

Color convert

RGB176771-
CMYK0.760.0600.72
HSL184.44º61.36%17.25%-
HSV(B)184.44º76.06%27.84%-
XYZ3.384.596.67-
YUV52.51138.44102.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 67 (26.56% from 255) = 43.23%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=10.97%
G=43.23%
B=45.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1767710.760.0600.72184.4461.3617.25
Hex1143474C6048b83d11
Octal21103107114601102707521
Binary10001100001110001111001100110010010001011100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114347; }

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

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

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

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

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

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

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

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