#1f5f59

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

Shades of Eden #1F5F59

Tints of Eden #1F5F59

Color information

#1F5F59 (or 0x1F5F59) is unknown color: approx Eden. HEX triplet: 1F, 5F and 59. RGB value is (31,95,89). Sum of RGB (Red+Green+Blue) = 31+95+89=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F59 is #E0A0A6. Grayscale: #4B4B4B. Windows color (decimal): -14721191 or 5857055. OLE color: 5857055.

HSL color Cylindrical-coordinate representation of color #1F5F59: hue angle of 174.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F59 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB319589-
CMYK0.6700.060.63
HSL174.38º50.79%24.71%-
HSV(B)174.38º67.37%37.25%-
XYZ6.469.210.89-
YUV75.18135.896.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=14.42%
G=44.19%
B=41.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3195890.6700.060.63174.3850.7924.71
Hex1F5F5943063Fae3319
Octal3713713110306772566331
Binary1111110111111011001100001101101111111010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,89); }

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

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

 a { background-color: rgb(31,95,89); }

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

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

 span { border-color: rgb(31,95,89); }

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