#1D5349

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

Shades of Evening Sea #1D5349

Tints of Evening Sea #1D5349

Color information

#1D5349 (or 0x1D5349) is unknown color: approx Evening Sea. HEX triplet: 1D, 53 and 49. RGB value is (29,83,73). Sum of RGB (Red+Green+Blue) = 29+83+73=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5349 is #E2ACB6. Grayscale: #414141. Windows color (decimal): -14855351 or 4805405. OLE color: 4805405.

HSL color Cylindrical-coordinate representation of color #1D5349: hue angle of 168.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5349 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB298373-
CMYK0.6500.120.67
HSL168.89º48.21%21.96%-
HSV(B)168.89º65.06%32.55%-
XYZ4.86.937.39-
YUV65.71132.11101.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.68%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=15.68%
G=44.86%
B=39.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983730.6500.120.67168.8948.2121.96
Hex1D5349410C43a93016
Octal351231111010141032516026
Binary111011010011100100110000010110010000111010100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,83,73); }

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

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

 a { background-color: rgb(29,83,73); }

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

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

 span { border-color: rgb(29,83,73); }

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