#155049

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

Shades of Cyprus #155049

Tints of Cyprus #155049

Color information

#155049 (or 0x155049) is unknown color: approx Cyprus. HEX triplet: 15, 50 and 49. RGB value is (21,80,73). Sum of RGB (Red+Green+Blue) = 21+80+73=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #155049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155049 is #EAAFB6. Grayscale: #3D3D3D. Windows color (decimal): -15380407 or 4804629. OLE color: 4804629.

HSL color Cylindrical-coordinate representation of color #155049: hue angle of 172.88º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155049 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB218073-
CMYK0.7400.090.69
HSL172.88º58.42%19.8%-
HSV(B)172.88º73.75%31.37%-
XYZ4.386.387.3-
YUV61.56134.4599.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=12.07%
G=45.98%
B=41.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180730.7400.090.69172.8858.4219.8
Hex1550494A0945ad3a14
Octal251201111120111052557224
Binary101011010000100100110010100100110001011010110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155049; }

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

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

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

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

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

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

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

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