#1F655A

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

Shades of Eden #1F655A

Tints of Eden #1F655A

Color information

#1F655A (or 0x1F655A) is unknown color: approx Eden. HEX triplet: 1F, 65 and 5A. RGB value is (31,101,90). Sum of RGB (Red+Green+Blue) = 31+101+90=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #1F655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F655A is #E09AA5. Grayscale: #4E4E4E. Windows color (decimal): -14719654 or 5924127. OLE color: 5924127.

HSL color Cylindrical-coordinate representation of color #1F655A: hue angle of 170.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F655A is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB3110190-
CMYK0.6900.110.60
HSL170.57º53.03%25.88%-
HSV(B)170.57º69.31%39.61%-
XYZ7.0610.3411.3-
YUV78.82134.3193.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=13.96%
G=45.50%
B=40.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31101900.6900.110.60170.5753.0325.88
Hex1F655A450B3Cab351a
Octal37145132105013742536532
Binary11111110010110110101000101010111111001010101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,101,90); }

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

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

 a { background-color: rgb(31,101,90); }

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

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

 span { border-color: rgb(31,101,90); }

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