#155349

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

Shades of Cyprus #155349

Tints of Cyprus #155349

Color information

#155349 (or 0x155349) is unknown color: approx Cyprus. HEX triplet: 15, 53 and 49. RGB value is (21,83,73). Sum of RGB (Red+Green+Blue) = 21+83+73=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #155349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155349 is #EAACB6. Grayscale: #3F3F3F. Windows color (decimal): -15379639 or 4805397. OLE color: 4805397.

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

Color convert

RGB218373-
CMYK0.7500.120.67
HSL170.32º59.62%20.39%-
HSV(B)170.32º74.7%32.55%-
XYZ4.616.837.38-
YUV63.32133.4697.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=11.86%
G=46.89%
B=41.24%

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
Decimal2183730.7500.120.67170.3259.6220.39
Hex1553494B0C43aa3c14
Octal251231111130141032527424
Binary101011010011100100110010110110010000111010101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155349; }

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

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

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

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

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

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

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

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