#1F6A56

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

Shades of Eden #1F6A56

Tints of Eden #1F6A56

Color information

#1F6A56 (or 0x1F6A56) is unknown color: approx Eden. HEX triplet: 1F, 6A and 56. RGB value is (31,106,86). Sum of RGB (Red+Green+Blue) = 31+106+86=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #1F6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6A56 is #E095A9. Grayscale: #515151. Windows color (decimal): -14718378 or 5663263. OLE color: 5663263.

HSL color Cylindrical-coordinate representation of color #1F6A56: hue angle of 164º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6A56 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB3110686-
CMYK0.7100.190.58
HSL164º54.74%26.86%-
HSV(B)164º70.75%41.57%-
XYZ7.411.2710.59-
YUV81.3130.6592.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 106 (41.80% from 255) = 47.53%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=13.90%
G=47.53%
B=38.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31106860.7100.190.5816454.7426.86
Hex1F6A56470133Aa4371b
Octal37152126107023722446733
Binary111111101010101011010001110100111110101010010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,106,86); }

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

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

 a { background-color: rgb(31,106,86); }

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

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

 span { border-color: rgb(31,106,86); }

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