#1C5445

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

Shades of Evening Sea #1C5445

Tints of Evening Sea #1C5445

Color information

#1C5445 (or 0x1C5445) is unknown color: approx Evening Sea. HEX triplet: 1C, 54 and 45. RGB value is (28,84,69). Sum of RGB (Red+Green+Blue) = 28+84+69=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5445 is #E3ABBA. Grayscale: #414141. Windows color (decimal): -14920635 or 4543516. OLE color: 4543516.

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

Color convert

RGB288469-
CMYK0.6700.180.67
HSL163.93º50%21.96%-
HSV(B)163.93º66.67%32.94%-
XYZ4.727.026.74-
YUV65.55129.95101.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.47%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=15.47%
G=46.41%
B=38.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2884690.6700.180.67163.935021.96
Hex1C54454301243a43216
Octal341241051030221032446226
Binary1110010101001000101100001101001010000111010010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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