#1D5545

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

Shades of Evening Sea #1D5545

Tints of Evening Sea #1D5545

Color information

#1D5545 (or 0x1D5545) is unknown color: approx Evening Sea. HEX triplet: 1D, 55 and 45. RGB value is (29,85,69). Sum of RGB (Red+Green+Blue) = 29+85+69=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5545 is #E2AABA. Grayscale: #424242. Windows color (decimal): -14854843 or 4543773. OLE color: 4543773.

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

Color convert

RGB298569-
CMYK0.6600.190.67
HSL162.86º49.12%22.35%-
HSV(B)162.86º65.88%33.33%-
XYZ4.837.196.76-
YUV66.43129.45101.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=15.85%
G=46.45%
B=37.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985690.6600.190.67162.8649.1222.35
Hex1D55454201343a33116
Octal351251051020231032436126
Binary1110110101011000101100001001001110000111010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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