#114949

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

Shades of Cyprus #114949

Tints of Cyprus #114949

Color information

#114949 (or 0x114949) is unknown color: approx Cyprus. HEX triplet: 11, 49 and 49. RGB value is (17,73,73). Sum of RGB (Red+Green+Blue) = 17+73+73=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #114949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114949 is #EEB6B6. Grayscale: #383838. Windows color (decimal): -15644343 or 4802833. OLE color: 4802833.

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

Color convert

RGB177373-
CMYK0.77000.71
HSL180º62.22%17.65%-
HSV(B)180º76.71%28.63%-
XYZ3.825.377.14-
YUV56.26137.45100-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=10.43%
G=44.79%
B=44.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773730.77000.7118062.2217.65
Hex1149494D0047b43e12
Octal21111111115001072647622
Binary100011001001100100110011010010001111011010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114949; }

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

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

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

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

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

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

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

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