#1F6158

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

Shades of Eden #1F6158

Tints of Eden #1F6158

Color information

#1F6158 (or 0x1F6158) is unknown color: approx Eden. HEX triplet: 1F, 61 and 58. RGB value is (31,97,88). Sum of RGB (Red+Green+Blue) = 31+97+88=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #1F6158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6158 is #E09EA7. Grayscale: #4C4C4C. Windows color (decimal): -14720680 or 5792031. OLE color: 5792031.

HSL color Cylindrical-coordinate representation of color #1F6158: hue angle of 171.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6158 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB319788-
CMYK0.6800.090.62
HSL171.82º51.56%25.1%-
HSV(B)171.82º68.04%38.04%-
XYZ6.69.5510.73-
YUV76.24134.6395.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=14.35%
G=44.91%
B=40.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3197880.6800.090.62171.8251.5625.1
Hex1F615844093Eac3419
Octal37141130104011762546431
Binary11111110000110110001000100010011111101010110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,88); }

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

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

 a { background-color: rgb(31,97,88); }

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

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

 span { border-color: rgb(31,97,88); }

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