#29554D

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

Shades of Evening Sea #29554D

Tints of Evening Sea #29554D

Color information

#29554D (or 0x29554D) is unknown color: approx Evening Sea. HEX triplet: 29, 55 and 4D. RGB value is (41,85,77). Sum of RGB (Red+Green+Blue) = 41+85+77=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #29554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29554D is #D6AAB2. Grayscale: #464646. Windows color (decimal): -14068403 or 5068073. OLE color: 5068073.

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

Color convert

RGB418577-
CMYK0.5200.090.67
HSL169.09º34.92%24.71%-
HSV(B)169.09º51.76%33.33%-
XYZ5.57.58.18-
YUV70.93131.42106.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=20.20%
G=41.87%
B=37.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185770.5200.090.67169.0934.9224.71
Hex29554D340943a92319
Octal51125115640111032514331
Binary101001101010110011011101000100110000111010100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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