#1C5648

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

Shades of Evening Sea #1C5648

Tints of Evening Sea #1C5648

Color information

#1C5648 (or 0x1C5648) is unknown color: approx Evening Sea. HEX triplet: 1C, 56 and 48. RGB value is (28,86,72). Sum of RGB (Red+Green+Blue) = 28+86+72=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #1C5648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5648 is #E3A9B7. Grayscale: #434343. Windows color (decimal): -14920120 or 4740636. OLE color: 4740636.

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

Color convert

RGB288672-
CMYK0.6700.160.66
HSL165.52º50.88%22.35%-
HSV(B)165.52º67.44%33.73%-
XYZ4.987.377.29-
YUV67.06130.78100.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.05%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=15.05%
G=46.24%
B=38.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2886720.6700.160.66165.5250.8822.35
Hex1C56484301042a63316
Octal341261101030201022466326
Binary1110010101101001000100001101000010000101010011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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