#315D56

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

Shades of Eden #315D56

Tints of Eden #315D56

Color information

#315D56 (or 0x315D56) is unknown color: approx Eden. HEX triplet: 31, 5D and 56. RGB value is (49,93,86). Sum of RGB (Red+Green+Blue) = 49+93+86=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #315D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D56 is #CEA2A9. Grayscale: #4F4F4F. Windows color (decimal): -13542058 or 5659953. OLE color: 5659953.

HSL color Cylindrical-coordinate representation of color #315D56: hue angle of 170.45º 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 #315D56 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB499386-
CMYK0.4700.080.64
HSL170.45º30.99%27.84%-
HSV(B)170.45º47.31%36.47%-
XYZ6.869.1510.21-
YUV79.05131.92106.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=21.49%
G=40.79%
B=37.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993860.4700.080.64170.4530.9927.84
Hex315D562F0840aa1f1c
Octal61135126570101002523734
Binary11000110111011010110101111010001000000101010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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