#155449

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

Shades of Cyprus #155449

Tints of Cyprus #155449

Color information

#155449 (or 0x155449) is unknown color: approx Cyprus. HEX triplet: 15, 54 and 49. RGB value is (21,84,73). Sum of RGB (Red+Green+Blue) = 21+84+73=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #155449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155449 is #EAABB6. Grayscale: #3F3F3F. Windows color (decimal): -15379383 or 4805653. OLE color: 4805653.

HSL color Cylindrical-coordinate representation of color #155449: hue angle of 169.52º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155449 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB218473-
CMYK0.7500.130.67
HSL169.52º60%20.59%-
HSV(B)169.52º75%32.94%-
XYZ4.686.987.4-
YUV63.91133.1397.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=11.80%
G=47.19%
B=41.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184730.7500.130.67169.526020.59
Hex1554494B0D43aa3c15
Octal251241111130151032527425
Binary101011010100100100110010110110110000111010101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155449; }

 p { color: rgb(21,84,73); }

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

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

 a { background-color: rgb(21,84,73); }

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

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

 span { border-color: rgb(21,84,73); }

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