#114640

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

Shades of Cyprus #114640

Tints of Cyprus #114640

Color information

#114640 (or 0x114640) is unknown color: approx Cyprus. HEX triplet: 11, 46 and 40. RGB value is (17,70,64). Sum of RGB (Red+Green+Blue) = 17+70+64=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #114640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114640 is #EEB9BF. Grayscale: #353535. Windows color (decimal): -15645120 or 4212241. OLE color: 4212241.

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

Color convert

RGB177064-
CMYK0.7600.090.73
HSL173.21º60.92%17.06%-
HSV(B)173.21º75.71%27.45%-
XYZ3.354.875.61-
YUV53.47133.94101.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 70 (27.73% from 255) = 46.36%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=11.26%
G=46.36%
B=42.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770640.7600.090.73173.2160.9217.06
Hex1146404C0949ad3d11
Octal211061001140111112557521
Binary100011000110100000010011000100110010011010110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114640; }

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

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

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

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

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

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

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

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