#316960

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

Shades of Eden #316960

Tints of Eden #316960

Color information

#316960 (or 0x316960) is unknown color: approx Eden. HEX triplet: 31, 69 and 60. RGB value is (49,105,96). Sum of RGB (Red+Green+Blue) = 49+105+96=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #316960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316960 is #CE969F. Grayscale: #575757. Windows color (decimal): -13538976 or 6318385. OLE color: 6318385.

HSL color Cylindrical-coordinate representation of color #316960: hue angle of 170.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316960 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB4910596-
CMYK0.5300.090.59
HSL170.36º36.36%30.2%-
HSV(B)170.36º53.33%41.18%-
XYZ8.4311.612.86-
YUV87.23132.95100.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=19.6%
G=42%
B=38.4%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105960.5300.090.59170.3636.3630.2
Hex31696035093Baa241e
Octal6115114065011732524436
Binary11000111010011100000110101010011110111010101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316960; }

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

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

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

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

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

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

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

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