#1C6E56

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

Shades of Eden #1C6E56

Tints of Eden #1C6E56

Color information

#1C6E56 (or 0x1C6E56) is unknown color: approx Eden. HEX triplet: 1C, 6E and 56. RGB value is (28,110,86). Sum of RGB (Red+Green+Blue) = 28+110+86=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E56 is #E391A9. Grayscale: #525252. Windows color (decimal): -14913962 or 5664284. OLE color: 5664284.

HSL color Cylindrical-coordinate representation of color #1C6E56: hue angle of 162.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E56 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB2811086-
CMYK0.7500.220.57
HSL162.44º59.42%27.06%-
HSV(B)162.44º74.55%43.14%-
XYZ7.7312.0710.73-
YUV82.75129.8388.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=12.5%
G=49.11%
B=38.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28110860.7500.220.57162.4459.4227.06
Hex1C6E564B01639a23b1b
Octal34156126113026712427333
Binary111001101110101011010010110101101110011010001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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