#1D5445

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

Shades of Evening Sea #1D5445

Tints of Evening Sea #1D5445

Color information

#1D5445 (or 0x1D5445) is unknown color: approx Evening Sea. HEX triplet: 1D, 54 and 45. RGB value is (29,84,69). Sum of RGB (Red+Green+Blue) = 29+84+69=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5445 is #E2ABBA. Grayscale: #414141. Windows color (decimal): -14855099 or 4543517. OLE color: 4543517.

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

Color convert

RGB298469-
CMYK0.6500.180.67
HSL163.64º48.67%22.16%-
HSV(B)163.64º65.48%32.94%-
XYZ4.757.036.74-
YUV65.84129.78101.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=15.93%
G=46.15%
B=37.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984690.6500.180.67163.6448.6722.16
Hex1D54454101243a43116
Octal351241051010221032446126
Binary1110110101001000101100000101001010000111010010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,69); }

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

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

 a { background-color: rgb(29,84,69); }

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

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

 span { border-color: rgb(29,84,69); }

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