#15544F

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

Shades of Cyprus #15544F

Tints of Cyprus #15544F

Color information

#15544F (or 0x15544F) is unknown color: approx Cyprus. HEX triplet: 15, 54 and 4F. RGB value is (21,84,79). Sum of RGB (Red+Green+Blue) = 21+84+79=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #15544F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15544F is #EAABB0. Grayscale: #404040. Windows color (decimal): -15379377 or 5198869. OLE color: 5198869.

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

Color convert

RGB218479-
CMYK0.7500.060.67
HSL175.24º60%20.59%-
HSV(B)175.24º75%32.94%-
XYZ4.897.068.5-
YUV64.59136.1396.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=11.41%
G=45.65%
B=42.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184790.7500.060.67175.246020.59
Hex15544F4B0643af3c15
Octal25124117113061032577425
Binary10101101010010011111001011011010000111010111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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