#11544D

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

Shades of Cyprus #11544D

Tints of Cyprus #11544D

Color information

#11544D (or 0x11544D) is unknown color: approx Cyprus. HEX triplet: 11, 54 and 4D. RGB value is (17,84,77). Sum of RGB (Red+Green+Blue) = 17+84+77=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #11544D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11544D is #EEABB2. Grayscale: #3F3F3F. Windows color (decimal): -15641523 or 5067793. OLE color: 5067793.

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

Color convert

RGB178477-
CMYK0.8000.080.67
HSL173.73º66.34%19.8%-
HSV(B)173.73º79.76%32.94%-
XYZ4.7478.12-
YUV63.17135.895.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=9.55%
G=47.19%
B=43.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1784770.8000.080.67173.7366.3419.8
Hex11544D500843ae4214
Octal2112411512001010325610224
Binary1000110101001001101101000001000100001110101110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11544D; }

 p { color: rgb(17,84,77); }

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

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

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

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

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

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

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