#15534A

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

Shades of Cyprus #15534A

Tints of Cyprus #15534A

Color information

#15534A (or 0x15534A) is unknown color: approx Cyprus. HEX triplet: 15, 53 and 4A. RGB value is (21,83,74). Sum of RGB (Red+Green+Blue) = 21+83+74=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #15534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15534A is #EAACB5. Grayscale: #3F3F3F. Windows color (decimal): -15379638 or 4870933. OLE color: 4870933.

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

Color convert

RGB218374-
CMYK0.7500.110.67
HSL171.29º59.62%20.39%-
HSV(B)171.29º74.7%32.55%-
XYZ4.646.847.55-
YUV63.44133.9697.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=11.80%
G=46.63%
B=41.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183740.7500.110.67171.2959.6220.39
Hex15534A4B0B43ab3c14
Octal251231121130131032537424
Binary101011010011100101010010110101110000111010101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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