#1F5D58

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

Shades of Eden #1F5D58

Tints of Eden #1F5D58

Color information

#1F5D58 (or 0x1F5D58) is unknown color: approx Eden. HEX triplet: 1F, 5D and 58. RGB value is (31,93,88). Sum of RGB (Red+Green+Blue) = 31+93+88=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D58 is #E0A2A7. Grayscale: #494949. Windows color (decimal): -14721704 or 5791007. OLE color: 5791007.

HSL color Cylindrical-coordinate representation of color #1F5D58: hue angle of 175.16º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D58 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB319388-
CMYK0.6700.050.64
HSL175.16º50%24.31%-
HSV(B)175.16º66.67%36.47%-
XYZ6.248.8210.61-
YUV73.89135.9697.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=14.62%
G=43.87%
B=41.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3193880.6700.050.64175.165024.31
Hex1F5D58430540af3218
Octal37135130103051002576230
Binary11111101110110110001000011010110000001010111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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