#11403C

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

Shades of Cyprus #11403C

Tints of Cyprus #11403C

Color information

#11403C (or 0x11403C) is unknown color: approx Cyprus. HEX triplet: 11, 40 and 3C. RGB value is (17,64,60). Sum of RGB (Red+Green+Blue) = 17+64+60=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #11403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11403C is #EEBFC3. Grayscale: #313131. Windows color (decimal): -15646660 or 3948561. OLE color: 3948561.

HSL color Cylindrical-coordinate representation of color #11403C: hue angle of 174.89º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11403C is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB176460-
CMYK0.7300.060.75
HSL174.89º58.02%15.88%-
HSV(B)174.89º73.44%25.1%-
XYZ2.884.114.92-
YUV49.49133.93104.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=12.06%
G=45.39%
B=42.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764600.7300.060.75174.8958.0215.88
Hex11403C49064Baf3a10
Octal2110074111061132577220
Binary1000110000001111001001001011010010111010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11403C; }

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

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

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

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

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

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

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

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