#1C5349

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

Shades of Evening Sea #1C5349

Tints of Evening Sea #1C5349

Color information

#1C5349 (or 0x1C5349) is unknown color: approx Evening Sea. HEX triplet: 1C, 53 and 49. RGB value is (28,83,73). Sum of RGB (Red+Green+Blue) = 28+83+73=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5349 is #E3ACB6. Grayscale: #414141. Windows color (decimal): -14920887 or 4805404. OLE color: 4805404.

HSL color Cylindrical-coordinate representation of color #1C5349: hue angle of 169.09º degrees, saturation: 0.5, 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 #1C5349 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB288373-
CMYK0.6600.120.67
HSL169.09º49.55%21.76%-
HSV(B)169.09º66.27%32.55%-
XYZ4.776.917.39-
YUV65.41132.28101.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.22%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 73 (28.91% from 255) = 39.67%
R=15.22%
G=45.11%
B=39.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2883730.6600.120.67169.0949.5521.76
Hex1C5349420C43a93216
Octal341231111020141032516226
Binary111001010011100100110000100110010000111010100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,83,73); }

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

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

 a { background-color: rgb(28,83,73); }

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

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

 span { border-color: rgb(28,83,73); }

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