#1D5648

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

Shades of Evening Sea #1D5648

Tints of Evening Sea #1D5648

Color information

#1D5648 (or 0x1D5648) is unknown color: approx Evening Sea. HEX triplet: 1D, 56 and 48. RGB value is (29,86,72). Sum of RGB (Red+Green+Blue) = 29+86+72=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5648 is #E2A9B7. Grayscale: #434343. Windows color (decimal): -14854584 or 4740637. OLE color: 4740637.

HSL color Cylindrical-coordinate representation of color #1D5648: hue angle of 165.26º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5648 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB298672-
CMYK0.6600.160.66
HSL165.26º49.57%22.55%-
HSV(B)165.26º66.28%33.73%-
XYZ57.387.29-
YUV67.36130.62100.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.51%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=15.51%
G=45.99%
B=38.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2986720.6600.160.66165.2649.5722.55
Hex1D56484201042a53217
Octal351261101020201022456227
Binary1110110101101001000100001001000010000101010010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,86,72); }

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

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

 a { background-color: rgb(29,86,72); }

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

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

 span { border-color: rgb(29,86,72); }

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