#1E6E55

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

Shades of Eden #1E6E55

Tints of Eden #1E6E55

Color information

#1E6E55 (or 0x1E6E55) is unknown color: approx Eden. HEX triplet: 1E, 6E and 55. RGB value is (30,110,85). Sum of RGB (Red+Green+Blue) = 30+110+85=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E55 is #E191AA. Grayscale: #535353. Windows color (decimal): -14782891 or 5598750. OLE color: 5598750.

HSL color Cylindrical-coordinate representation of color #1E6E55: hue angle of 161.25º 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 #1E6E55 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB3011085-
CMYK0.7300.230.57
HSL161.25º57.14%27.45%-
HSV(B)161.25º72.73%43.14%-
XYZ7.7512.0810.52-
YUV83.2312990.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=13.33%
G=48.89%
B=37.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30110850.7300.230.57161.2557.1427.45
Hex1E6E554901739a1391b
Octal36156125111027712417133
Binary111101101110101010110010010101111110011010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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