#316661

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

Shades of Eden #316661

Tints of Eden #316661

Color information

#316661 (or 0x316661) is unknown color: approx Eden. HEX triplet: 31, 66 and 61. RGB value is (49,102,97). Sum of RGB (Red+Green+Blue) = 49+102+97=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #316661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316661 is #CE999E. Grayscale: #555555. Windows color (decimal): -13539743 or 6383153. OLE color: 6383153.

HSL color Cylindrical-coordinate representation of color #316661: hue angle of 174.34º 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 #316661 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB4910297-
CMYK0.5200.050.6
HSL174.34º35.1%29.61%-
HSV(B)174.34º51.96%40%-
XYZ8.1811.0213.01-
YUV85.58134.44101.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=19.76%
G=41.13%
B=39.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102970.5200.050.6174.3435.129.61
Hex31666134053Cae231e
Octal611461416405742564336
Binary1100011100110110000111010001011111001010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316661; }

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

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

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

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

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

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

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

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