#1F6F59

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

Shades of Eden #1F6F59

Tints of Eden #1F6F59

Color information

#1F6F59 (or 0x1F6F59) is unknown color: approx Eden. HEX triplet: 1F, 6F and 59. RGB value is (31,111,89). Sum of RGB (Red+Green+Blue) = 31+111+89=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F59 is #E090A6. Grayscale: #545454. Windows color (decimal): -14717095 or 5861151. OLE color: 5861151.

HSL color Cylindrical-coordinate representation of color #1F6F59: hue angle of 163.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6F59 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB3111189-
CMYK0.7200.200.56
HSL163.5º56.34%27.84%-
HSV(B)163.5º72.07%43.53%-
XYZ8.0512.3811.42-
YUV84.57130.589.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.42%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=13.42%
G=48.05%
B=38.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31111890.7200.200.56163.556.3427.84
Hex1F6F594801438a4381c
Octal37157131110024702447034
Binary111111101111101100110010000101001110001010010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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