#315D57

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

Shades of Eden #315D57

Tints of Eden #315D57

Color information

#315D57 (or 0x315D57) is unknown color: approx Eden. HEX triplet: 31, 5D and 57. RGB value is (49,93,87). Sum of RGB (Red+Green+Blue) = 49+93+87=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #315D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D57 is #CEA2A8. Grayscale: #4F4F4F. Windows color (decimal): -13542057 or 5725489. OLE color: 5725489.

HSL color Cylindrical-coordinate representation of color #315D57: hue angle of 171.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D57 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB499387-
CMYK0.4700.060.64
HSL171.82º30.99%27.84%-
HSV(B)171.82º47.31%36.47%-
XYZ6.99.1710.42-
YUV79.16132.42106.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 87 (34.38% from 255) = 37.99%
R=21.40%
G=40.61%
B=37.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993870.4700.060.64171.8230.9927.84
Hex315D572F0640ac1f1c
Octal6113512757061002543734
Binary1100011011101101011110111101101000000101011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,93,87); }

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

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

 a { background-color: rgb(49,93,87); }

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

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

 span { border-color: rgb(49,93,87); }

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