#114747

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

Shades of Cyprus #114747

Tints of Cyprus #114747

Color information

#114747 (or 0x114747) is unknown color: approx Cyprus. HEX triplet: 11, 47 and 47. RGB value is (17,71,71). Sum of RGB (Red+Green+Blue) = 17+71+71=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #114747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114747 is #EEB8B8. Grayscale: #363636. Windows color (decimal): -15644857 or 4671249. OLE color: 4671249.

HSL color Cylindrical-coordinate representation of color #114747: hue angle of 180º 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 #114747 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB177171-
CMYK0.76000.72
HSL180º61.36%17.25%-
HSV(B)180º76.06%27.84%-
XYZ3.625.086.75-
YUV54.85137.11101-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=10.69%
G=44.65%
B=44.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771710.76000.7218061.3617.25
Hex1147474C0048b43d11
Octal21107107114001102647521
Binary100011000111100011110011000010010001011010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114747; }

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

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

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

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

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

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

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

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