#114641

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

Shades of Cyprus #114641

Tints of Cyprus #114641

Color information

#114641 (or 0x114641) is unknown color: approx Cyprus. HEX triplet: 11, 46 and 41. RGB value is (17,70,65). Sum of RGB (Red+Green+Blue) = 17+70+65=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #114641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114641 is #EEB9BE. Grayscale: #353535. Windows color (decimal): -15645119 or 4277777. OLE color: 4277777.

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

Color convert

RGB177065-
CMYK0.7600.070.73
HSL174.34º60.92%17.06%-
HSV(B)174.34º75.71%27.45%-
XYZ3.384.885.77-
YUV53.58134.44101.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=11.18%
G=46.05%
B=42.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770650.7600.070.73174.3460.9217.06
Hex1146414C0749ae3d11
Octal21106101114071112567521
Binary10001100011010000011001100011110010011010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114641; }

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

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

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

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

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

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

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

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