#1C5550

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

Shades of Eden #1C5550

Tints of Eden #1C5550

Color information

#1C5550 (or 0x1C5550) is unknown color: approx Eden. HEX triplet: 1C, 55 and 50. RGB value is (28,85,80). Sum of RGB (Red+Green+Blue) = 28+85+80=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5550 is #E3AAAF. Grayscale: #434343. Windows color (decimal): -14920368 or 5264668. OLE color: 5264668.

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

Color convert

RGB288580-
CMYK0.6700.060.67
HSL174.74º50.44%22.16%-
HSV(B)174.74º67.06%33.33%-
XYZ5.187.328.73-
YUV67.39135.1299.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.51%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=14.51%
G=44.04%
B=41.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885800.6700.060.67174.7450.4422.16
Hex1C5550430643af3216
Octal34125120103061032576226
Binary11100101010110100001000011011010000111010111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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