#1C554A

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

Shades of Evening Sea #1C554A

Tints of Evening Sea #1C554A

Color information

#1C554A (or 0x1C554A) is unknown color: approx Evening Sea. HEX triplet: 1C, 55 and 4A. RGB value is (28,85,74). Sum of RGB (Red+Green+Blue) = 28+85+74=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #1C554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C554A is #E3AAB5. Grayscale: #424242. Windows color (decimal): -14920374 or 4871452. OLE color: 4871452.

HSL color Cylindrical-coordinate representation of color #1C554A: hue angle of 168.42º 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 #1C554A is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB288574-
CMYK0.6700.130.67
HSL168.42º50.44%22.16%-
HSV(B)168.42º67.06%33.33%-
XYZ4.967.247.61-
YUV66.7132.12100.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.97%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=14.97%
G=45.45%
B=39.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885740.6700.130.67168.4250.4422.16
Hex1C554A430D43a83216
Octal341251121030151032506226
Binary111001010101100101010000110110110000111010100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,74); }

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

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

 a { background-color: rgb(28,85,74); }

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

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

 span { border-color: rgb(28,85,74); }

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