#11544E

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

Shades of Cyprus #11544E

Tints of Cyprus #11544E

Color information

#11544E (or 0x11544E) is unknown color: approx Cyprus. HEX triplet: 11, 54 and 4E. RGB value is (17,84,78). Sum of RGB (Red+Green+Blue) = 17+84+78=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #11544E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11544E is #EEABB1. Grayscale: #3F3F3F. Windows color (decimal): -15641522 or 5133329. OLE color: 5133329.

HSL color Cylindrical-coordinate representation of color #11544E: hue angle of 174.63º 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 #11544E is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB178478-
CMYK0.8000.070.67
HSL174.63º66.34%19.8%-
HSV(B)174.63º79.76%32.94%-
XYZ4.787.018.31-
YUV63.28136.394.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=9.50%
G=46.93%
B=43.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1784780.8000.070.67174.6366.3419.8
Hex11544E500743af4214
Octal211241161200710325710224
Binary100011010100100111010100000111100001110101111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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