#315A52

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

Shades of Eden #315A52

Tints of Eden #315A52

Color information

#315A52 (or 0x315A52) is unknown color: approx Eden. HEX triplet: 31, 5A and 52. RGB value is (49,90,82). Sum of RGB (Red+Green+Blue) = 49+90+82=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #315A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A52 is #CEA5AD. Grayscale: #4C4C4C. Windows color (decimal): -13542830 or 5397041. OLE color: 5397041.

HSL color Cylindrical-coordinate representation of color #315A52: hue angle of 168.29º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A52 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB499082-
CMYK0.4600.090.65
HSL168.29º29.5%27.25%-
HSV(B)168.29º45.56%35.29%-
XYZ6.458.579.3-
YUV76.83130.92108.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 90 (35.55% from 255) = 40.72%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=22.17%
G=40.72%
B=37.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990820.4600.090.65168.2929.527.25
Hex315A522E0941a81d1b
Octal61132122560111012503533
Binary11000110110101010010101110010011000001101010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315A52; }

 p { color: rgb(49,90,82); }

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

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

 a { background-color: rgb(49,90,82); }

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

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

 span { border-color: rgb(49,90,82); }

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