#315D55

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

Shades of Eden #315D55

Tints of Eden #315D55

Color information

#315D55 (or 0x315D55) is unknown color: approx Eden. HEX triplet: 31, 5D and 55. RGB value is (49,93,85). Sum of RGB (Red+Green+Blue) = 49+93+85=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #315D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D55 is #CEA2AA. Grayscale: #4E4E4E. Windows color (decimal): -13542059 or 5594417. OLE color: 5594417.

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

Color convert

RGB499385-
CMYK0.4700.090.64
HSL169.09º30.99%27.84%-
HSV(B)169.09º47.31%36.47%-
XYZ6.829.1410-
YUV78.93131.42106.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=21.59%
G=40.97%
B=37.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993850.4700.090.64169.0930.9927.84
Hex315D552F0940a91f1c
Octal61135125570111002513734
Binary11000110111011010101101111010011000000101010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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