#114646

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

Shades of Cyprus #114646

Tints of Cyprus #114646

Color information

#114646 (or 0x114646) is unknown color: approx Cyprus. HEX triplet: 11, 46 and 46. RGB value is (17,70,70). Sum of RGB (Red+Green+Blue) = 17+70+70=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #114646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114646 is #EEB9B9. Grayscale: #363636. Windows color (decimal): -15645114 or 4605457. OLE color: 4605457.

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

Color convert

RGB177070-
CMYK0.76000.73
HSL180º60.92%17.06%-
HSV(B)180º75.71%27.45%-
XYZ3.534.946.56-
YUV54.15136.94101.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=10.83%
G=44.59%
B=44.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770700.76000.7318060.9217.06
Hex1146464C0049b43d11
Octal21106106114001112647521
Binary100011000110100011010011000010010011011010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114646; }

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

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

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

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

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

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

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

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