#1D5446

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

Shades of Evening Sea #1D5446

Tints of Evening Sea #1D5446

Color information

#1D5446 (or 0x1D5446) is unknown color: approx Evening Sea. HEX triplet: 1D, 54 and 46. RGB value is (29,84,70). Sum of RGB (Red+Green+Blue) = 29+84+70=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5446 is #E2ABB9. Grayscale: #414141. Windows color (decimal): -14855098 or 4609053. OLE color: 4609053.

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

Color convert

RGB298470-
CMYK0.6500.170.67
HSL164.73º48.67%22.16%-
HSV(B)164.73º65.48%32.94%-
XYZ4.787.046.9-
YUV65.96130.28101.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=15.85%
G=45.90%
B=38.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984700.6500.170.67164.7348.6722.16
Hex1D54464101143a53116
Octal351241061010211032456126
Binary1110110101001000110100000101000110000111010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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