#1F6B55

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

Shades of Eden #1F6B55

Tints of Eden #1F6B55

Color information

#1F6B55 (or 0x1F6B55) is unknown color: approx Eden. HEX triplet: 1F, 6B and 55. RGB value is (31,107,85). Sum of RGB (Red+Green+Blue) = 31+107+85=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6B55 is #E094AA. Grayscale: #515151. Windows color (decimal): -14718123 or 5597983. OLE color: 5597983.

HSL color Cylindrical-coordinate representation of color #1F6B55: hue angle of 162.63º 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 #1F6B55 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB3110785-
CMYK0.7100.210.58
HSL162.63º55.07%27.06%-
HSV(B)162.63º71.03%41.96%-
XYZ7.4611.4610.41-
YUV81.77129.8291.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=13.90%
G=47.98%
B=38.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31107850.7100.210.58162.6355.0727.06
Hex1F6B55470153Aa3371b
Octal37153125107025722436733
Binary111111101011101010110001110101011110101010001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,107,85); }

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

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

 a { background-color: rgb(31,107,85); }

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

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

 span { border-color: rgb(31,107,85); }

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