#316660

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

Shades of Eden #316660

Tints of Eden #316660

Color information

#316660 (or 0x316660) is unknown color: approx Eden. HEX triplet: 31, 66 and 60. RGB value is (49,102,96). Sum of RGB (Red+Green+Blue) = 49+102+96=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #316660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316660 is #CE999F. Grayscale: #555555. Windows color (decimal): -13539744 or 6317617. OLE color: 6317617.

HSL color Cylindrical-coordinate representation of color #316660: hue angle of 173.21º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316660 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB4910296-
CMYK0.5200.060.6
HSL173.21º35.1%29.61%-
HSV(B)173.21º51.96%40%-
XYZ8.131112.76-
YUV85.47133.94101.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=19.84%
G=41.30%
B=38.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102960.5200.060.6173.2135.129.61
Hex31666034063Cad231e
Octal611461406406742554336
Binary1100011100110110000011010001101111001010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316660; }

 p { color: rgb(49,102,96); }

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

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

 a { background-color: rgb(49,102,96); }

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

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

 span { border-color: rgb(49,102,96); }

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