#29554C

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

Shades of Evening Sea #29554C

Tints of Evening Sea #29554C

Color information

#29554C (or 0x29554C) is unknown color: approx Evening Sea. HEX triplet: 29, 55 and 4C. RGB value is (41,85,76). Sum of RGB (Red+Green+Blue) = 41+85+76=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #29554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29554C is #D6AAB3. Grayscale: #464646. Windows color (decimal): -14068404 or 5002537. OLE color: 5002537.

HSL color Cylindrical-coordinate representation of color #29554C: hue angle of 167.73º 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 #29554C is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB418576-
CMYK0.5200.110.67
HSL167.73º34.92%24.71%-
HSV(B)167.73º51.76%33.33%-
XYZ5.477.498-
YUV70.82130.92106.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=20.30%
G=42.08%
B=37.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185760.5200.110.67167.7334.9224.71
Hex29554C340B43a82319
Octal51125114640131032504331
Binary101001101010110011001101000101110000111010100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29554C; }

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

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

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

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

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

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

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

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