#1D685A

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

Shades of Eden #1D685A

Tints of Eden #1D685A

Color information

#1D685A (or 0x1D685A) is unknown color: approx Eden. HEX triplet: 1D, 68 and 5A. RGB value is (29,104,90). Sum of RGB (Red+Green+Blue) = 29+104+90=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #1D685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D685A is #E297A5. Grayscale: #4F4F4F. Windows color (decimal): -14849958 or 5924893. OLE color: 5924893.

HSL color Cylindrical-coordinate representation of color #1D685A: hue angle of 168.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D685A is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB2910490-
CMYK0.7200.130.59
HSL168.8º56.39%26.08%-
HSV(B)168.8º72.12%40.78%-
XYZ7.310.911.39-
YUV79.98133.6591.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.00%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=13.00%
G=46.64%
B=40.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29104900.7200.130.59168.856.3926.08
Hex1D685A480D3Ba9381a
Octal35150132110015732517032
Binary11101110100010110101001000011011110111010100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,104,90); }

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

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

 a { background-color: rgb(29,104,90); }

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

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

 span { border-color: rgb(29,104,90); }

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