#11413F

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

Shades of Cyprus #11413F

Tints of Cyprus #11413F

Color information

#11413F (or 0x11413F) is unknown color: approx Cyprus. HEX triplet: 11, 41 and 3F. RGB value is (17,65,63). Sum of RGB (Red+Green+Blue) = 17+65+63=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #11413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11413F is #EEBEC0. Grayscale: #323232. Windows color (decimal): -15646401 or 4145425. OLE color: 4145425.

HSL color Cylindrical-coordinate representation of color #11413F: hue angle of 177.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11413F is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB176563-
CMYK0.7400.030.75
HSL177.5º58.54%16.08%-
HSV(B)177.5º73.85%25.49%-
XYZ3.024.265.37-
YUV50.42135.1104.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 63 (25% from 255) = 43.45%
R=11.72%
G=44.83%
B=43.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765630.7400.030.75177.558.5416.08
Hex11413F4A034Bb23b10
Octal2110177112031132627320
Binary100011000001111111100101001110010111011001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,65,63); }

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

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

 a { background-color: rgb(17,65,63); }

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

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

 span { border-color: rgb(17,65,63); }

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