#29574D

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

Shades of Evening Sea #29574D

Tints of Evening Sea #29574D

Color information

#29574D (or 0x29574D) is unknown color: approx Evening Sea. HEX triplet: 29, 57 and 4D. RGB value is (41,87,77). Sum of RGB (Red+Green+Blue) = 41+87+77=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #29574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29574D is #D6A8B2. Grayscale: #484848. Windows color (decimal): -14067891 or 5068585. OLE color: 5068585.

HSL color Cylindrical-coordinate representation of color #29574D: hue angle of 166.96º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29574D is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB418777-
CMYK0.5300.110.66
HSL166.96º35.94%25.1%-
HSV(B)166.96º52.87%34.12%-
XYZ5.667.828.23-
YUV72.11130.76105.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=20%
G=42.44%
B=37.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4187770.5300.110.66166.9635.9425.1
Hex29574D350B42a72419
Octal51127115650131022474431
Binary101001101011110011011101010101110000101010011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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