#315B52

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

Shades of Eden #315B52

Tints of Eden #315B52

Color information

#315B52 (or 0x315B52) is unknown color: approx Eden. HEX triplet: 31, 5B and 52. RGB value is (49,91,82). Sum of RGB (Red+Green+Blue) = 49+91+82=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #315B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B52 is #CEA4AD. Grayscale: #4D4D4D. Windows color (decimal): -13542574 or 5397297. OLE color: 5397297.

HSL color Cylindrical-coordinate representation of color #315B52: hue angle of 167.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B52 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB499182-
CMYK0.4600.100.64
HSL167.14º30%27.45%-
HSV(B)167.14º46.15%35.69%-
XYZ6.538.749.33-
YUV77.42130.59107.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 91 (35.94% from 255) = 40.99%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=22.07%
G=40.99%
B=36.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991820.4600.100.64167.143027.45
Hex315B522E0A40a71e1b
Octal61133122560121002473633
Binary11000110110111010010101110010101000000101001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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