#1D594A

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

Shades of Evening Sea #1D594A

Tints of Evening Sea #1D594A

Color information

#1D594A (or 0x1D594A) is unknown color: approx Evening Sea. HEX triplet: 1D, 59 and 4A. RGB value is (29,89,74). Sum of RGB (Red+Green+Blue) = 29+89+74=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #1D594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D594A is #E2A6B5. Grayscale: #454545. Windows color (decimal): -14853814 or 4872477. OLE color: 4872477.

HSL color Cylindrical-coordinate representation of color #1D594A: hue angle of 165º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D594A is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB298974-
CMYK0.6700.170.65
HSL165º50.85%23.14%-
HSV(B)165º67.42%34.9%-
XYZ5.327.97.72-
YUV69.35130.6299.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=15.10%
G=46.35%
B=38.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2989740.6700.170.6516550.8523.14
Hex1D594A4301141a53317
Octal351311121030211012456327
Binary1110110110011001010100001101000110000011010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D594A; }

 p { color: rgb(29,89,74); }

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

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

 a { background-color: rgb(29,89,74); }

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

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

 span { border-color: rgb(29,89,74); }

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