#115447

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

Shades of Cyprus #115447

Tints of Cyprus #115447

Color information

#115447 (or 0x115447) is unknown color: approx Cyprus. HEX triplet: 11, 54 and 47. RGB value is (17,84,71). Sum of RGB (Red+Green+Blue) = 17+84+71=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #115447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115447 is #EEABB8. Grayscale: #3E3E3E. Windows color (decimal): -15641529 or 4674577. OLE color: 4674577.

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

Color convert

RGB178471-
CMYK0.8000.150.67
HSL168.36º66.34%19.8%-
HSV(B)168.36º79.76%32.94%-
XYZ4.546.917.06-
YUV62.48132.895.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 71 (28.12% from 255) = 41.28%
R=9.88%
G=48.84%
B=41.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1784710.8000.150.67168.3666.3419.8
Hex115447500F43a84214
Octal2112410712001710325010224
Binary1000110101001000111101000001111100001110101000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115447; }

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

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

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

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

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

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

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

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