#1E6E56

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

Shades of Eden #1E6E56

Tints of Eden #1E6E56

Color information

#1E6E56 (or 0x1E6E56) is unknown color: approx Eden. HEX triplet: 1E, 6E and 56. RGB value is (30,110,86). Sum of RGB (Red+Green+Blue) = 30+110+86=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E56 is #E191A9. Grayscale: #535353. Windows color (decimal): -14782890 or 5664286. OLE color: 5664286.

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

Color convert

RGB3011086-
CMYK0.7300.220.57
HSL162º57.14%27.45%-
HSV(B)162º72.73%43.14%-
XYZ7.7912.110.73-
YUV83.34129.589.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 110 (43.36% from 255) = 48.67%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=13.27%
G=48.67%
B=38.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30110860.7300.220.5716257.1427.45
Hex1E6E564901639a2391b
Octal36156126111026712427133
Binary111101101110101011010010010101101110011010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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