#155048

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

Shades of Cyprus #155048

Tints of Cyprus #155048

Color information

#155048 (or 0x155048) is unknown color: approx Cyprus. HEX triplet: 15, 50 and 48. RGB value is (21,80,72). Sum of RGB (Red+Green+Blue) = 21+80+72=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #155048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155048 is #EAAFB7. Grayscale: #3D3D3D. Windows color (decimal): -15380408 or 4739093. OLE color: 4739093.

HSL color Cylindrical-coordinate representation of color #155048: hue angle of 171.86º 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 #155048 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB218072-
CMYK0.7400.100.69
HSL171.86º58.42%19.8%-
HSV(B)171.86º73.75%31.37%-
XYZ4.356.367.13-
YUV61.45133.9599.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=12.14%
G=46.24%
B=41.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180720.7400.100.69171.8658.4219.8
Hex1550484A0A45ac3a14
Octal251201101120121052547224
Binary101011010000100100010010100101010001011010110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155048; }

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

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

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

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

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

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

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

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