#1D5346

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

Shades of Evening Sea #1D5346

Tints of Evening Sea #1D5346

Color information

#1D5346 (or 0x1D5346) is unknown color: approx Evening Sea. HEX triplet: 1D, 53 and 46. RGB value is (29,83,70). Sum of RGB (Red+Green+Blue) = 29+83+70=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5346 is #E2ACB9. Grayscale: #414141. Windows color (decimal): -14855354 or 4608797. OLE color: 4608797.

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

Color convert

RGB298370-
CMYK0.6500.160.67
HSL165.56º48.21%21.96%-
HSV(B)165.56º65.06%32.55%-
XYZ4.716.896.88-
YUV65.37130.61102.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=15.93%
G=45.60%
B=38.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983700.6500.160.67165.5648.2121.96
Hex1D53464101043a63016
Octal351231061010201032466026
Binary1110110100111000110100000101000010000111010011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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