#1D594B

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

Shades of Evening Sea #1D594B

Tints of Evening Sea #1D594B

Color information

#1D594B (or 0x1D594B) is unknown color: approx Evening Sea. HEX triplet: 1D, 59 and 4B. RGB value is (29,89,75). Sum of RGB (Red+Green+Blue) = 29+89+75=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #1D594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D594B is #E2A6B4. Grayscale: #454545. Windows color (decimal): -14853813 or 4938013. OLE color: 4938013.

HSL color Cylindrical-coordinate representation of color #1D594B: hue angle of 166º 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 #1D594B is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB298975-
CMYK0.6700.160.65
HSL166º50.85%23.14%-
HSV(B)166º67.42%34.9%-
XYZ5.357.917.9-
YUV69.46131.1299.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=15.03%
G=46.11%
B=38.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2989750.6700.160.6516650.8523.14
Hex1D594B4301041a63317
Octal351311131030201012466327
Binary1110110110011001011100001101000010000011010011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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