#11564A

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

Shades of Cyprus #11564A

Tints of Cyprus #11564A

Color information

#11564A (or 0x11564A) is unknown color: approx Cyprus. HEX triplet: 11, 56 and 4A. RGB value is (17,86,74). Sum of RGB (Red+Green+Blue) = 17+86+74=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #11564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11564A is #EEA9B5. Grayscale: #3F3F3F. Windows color (decimal): -15641014 or 4871697. OLE color: 4871697.

HSL color Cylindrical-coordinate representation of color #11564A: hue angle of 169.57º 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 #11564A is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB178674-
CMYK0.8000.140.66
HSL169.57º66.99%20.2%-
HSV(B)169.57º80.23%33.73%-
XYZ4.797.277.63-
YUV64133.6494.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=9.60%
G=48.59%
B=41.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786740.8000.140.66169.5766.9920.2
Hex11564A500E42aa4314
Octal2112611212001610225210324
Binary1000110101101001010101000001110100001010101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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