#1C5D50

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

Shades of Eden #1C5D50

Tints of Eden #1C5D50

Color information

#1C5D50 (or 0x1C5D50) is unknown color: approx Eden. HEX triplet: 1C, 5D and 50. RGB value is (28,93,80). Sum of RGB (Red+Green+Blue) = 28+93+80=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #1C5D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5D50 is #E3A2AF. Grayscale: #484848. Windows color (decimal): -14918320 or 5266716. OLE color: 5266716.

HSL color Cylindrical-coordinate representation of color #1C5D50: hue angle of 168º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5D50 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB289380-
CMYK0.7000.140.64
HSL168º53.72%23.73%-
HSV(B)168º69.89%36.47%-
XYZ5.848.658.95-
YUV72.08132.4796.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.93%
GREEN value IS 93 (36.72% from 255) = 46.27%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=13.93%
G=46.27%
B=39.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2893800.7000.140.6416853.7223.73
Hex1C5D50460E40a83618
Octal341351201060161002506630
Binary111001011101101000010001100111010000001010100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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