#155949

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

Shades of Evening Sea #155949

Tints of Evening Sea #155949

Color information

#155949 (or 0x155949) is unknown color: approx Evening Sea. HEX triplet: 15, 59 and 49. RGB value is (21,89,73). Sum of RGB (Red+Green+Blue) = 21+89+73=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #155949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155949 is #EAA6B6. Grayscale: #424242. Windows color (decimal): -15378103 or 4806933. OLE color: 4806933.

HSL color Cylindrical-coordinate representation of color #155949: hue angle of 165.88º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155949 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB218973-
CMYK0.7600.180.65
HSL165.88º61.82%21.57%-
HSV(B)165.88º76.4%34.9%-
XYZ5.087.797.54-
YUV66.84131.4795.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=11.48%
G=48.63%
B=39.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189730.7600.180.65165.8861.8221.57
Hex1559494C01241a63e16
Octal251311111140221012467626
Binary1010110110011001001100110001001010000011010011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155949; }

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

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

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

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

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

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

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

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