#155149

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

Shades of Cyprus #155149

Tints of Cyprus #155149

Color information

#155149 (or 0x155149) is unknown color: approx Cyprus. HEX triplet: 15, 51 and 49. RGB value is (21,81,73). Sum of RGB (Red+Green+Blue) = 21+81+73=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #155149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155149 is #EAAEB6. Grayscale: #3E3E3E. Windows color (decimal): -15380151 or 4804885. OLE color: 4804885.

HSL color Cylindrical-coordinate representation of color #155149: hue angle of 172º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155149 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB218173-
CMYK0.7400.100.68
HSL172º58.82%20%-
HSV(B)172º74.07%31.76%-
XYZ4.456.537.33-
YUV62.15134.1298.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=12%
G=46.29%
B=41.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181730.7400.100.6817258.8220
Hex1551494A0A44ac3b14
Octal251211111120121042547324
Binary101011010001100100110010100101010001001010110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155149; }

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

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

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

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

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

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

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

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