#11564F

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

Shades of Cyprus #11564F

Tints of Cyprus #11564F

Color information

#11564F (or 0x11564F) is unknown color: approx Cyprus. HEX triplet: 11, 56 and 4F. RGB value is (17,86,79). Sum of RGB (Red+Green+Blue) = 17+86+79=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #11564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11564F is #EEA9B0. Grayscale: #404040. Windows color (decimal): -15641009 or 5199377. OLE color: 5199377.

HSL color Cylindrical-coordinate representation of color #11564F: hue angle of 173.91º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11564F is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB178679-
CMYK0.8000.080.66
HSL173.91º66.99%20.2%-
HSV(B)173.91º80.23%33.73%-
XYZ4.977.348.55-
YUV64.57136.1494.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=9.34%
G=47.25%
B=43.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786790.8000.080.66173.9166.9920.2
Hex11564F500842ae4314
Octal2112611712001010225610324
Binary1000110101101001111101000001000100001010101110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11564F; }

 p { color: rgb(17,86,79); }

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

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

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

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

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

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

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