#15544A

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

Shades of Cyprus #15544A

Tints of Cyprus #15544A

Color information

#15544A (or 0x15544A) is unknown color: approx Cyprus. HEX triplet: 15, 54 and 4A. RGB value is (21,84,74). Sum of RGB (Red+Green+Blue) = 21+84+74=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #15544A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15544A is #EAABB5. Grayscale: #3F3F3F. Windows color (decimal): -15379382 or 4871189. OLE color: 4871189.

HSL color Cylindrical-coordinate representation of color #15544A: hue angle of 170.48º 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 #15544A is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB218474-
CMYK0.7500.120.67
HSL170.48º60%20.59%-
HSV(B)170.48º75%32.94%-
XYZ4.726.997.58-
YUV64.02133.6397.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=11.73%
G=46.93%
B=41.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184740.7500.120.67170.486020.59
Hex15544A4B0C43aa3c15
Octal251241121130141032527425
Binary101011010100100101010010110110010000111010101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15544A; }

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

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

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

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

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

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

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

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