#1F685A

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

Shades of Eden #1F685A

Tints of Eden #1F685A

Color information

#1F685A (or 0x1F685A) is unknown color: approx Eden. HEX triplet: 1F, 68 and 5A. RGB value is (31,104,90). Sum of RGB (Red+Green+Blue) = 31+104+90=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #1F685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F685A is #E097A5. Grayscale: #505050. Windows color (decimal): -14718886 or 5924895. OLE color: 5924895.

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

Color convert

RGB3110490-
CMYK0.7000.130.59
HSL168.49º54.07%26.47%-
HSV(B)168.49º70.19%40.78%-
XYZ7.3610.9311.39-
YUV80.58133.3292.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 90 (35.55% from 255) = 40%
R=13.78%
G=46.22%
B=40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31104900.7000.130.59168.4954.0726.47
Hex1F685A460D3Ba8361a
Octal37150132106015732506632
Binary11111110100010110101000110011011110111010100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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