#295549

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

Shades of Evening Sea #295549

Tints of Evening Sea #295549

Color information

#295549 (or 0x295549) is unknown color: approx Evening Sea. HEX triplet: 29, 55 and 49. RGB value is (41,85,73). Sum of RGB (Red+Green+Blue) = 41+85+73=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #295549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295549 is #D6AAB6. Grayscale: #464646. Windows color (decimal): -14068407 or 4805929. OLE color: 4805929.

HSL color Cylindrical-coordinate representation of color #295549: hue angle of 163.64º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295549 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB418573-
CMYK0.5200.140.67
HSL163.64º34.92%24.71%-
HSV(B)163.64º51.76%33.33%-
XYZ5.377.457.46-
YUV70.48129.42106.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=20.60%
G=42.71%
B=36.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185730.5200.140.67163.6434.9224.71
Hex295549340E43a42319
Octal51125111640161032444331
Binary101001101010110010011101000111010000111010010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295549; }

 p { color: rgb(41,85,73); }

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

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

 a { background-color: rgb(41,85,73); }

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

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

 span { border-color: rgb(41,85,73); }

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