#315B54

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

Shades of Eden #315B54

Tints of Eden #315B54

Color information

#315B54 (or 0x315B54) is unknown color: approx Eden. HEX triplet: 31, 5B and 54. RGB value is (49,91,84). Sum of RGB (Red+Green+Blue) = 49+91+84=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #315B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B54 is #CEA4AB. Grayscale: #4D4D4D. Windows color (decimal): -13542572 or 5528369. OLE color: 5528369.

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

Color convert

RGB499184-
CMYK0.4600.080.64
HSL170º30%27.45%-
HSV(B)170º46.15%35.69%-
XYZ6.618.789.73-
YUV77.64131.59107.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=21.88%
G=40.62%
B=37.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991840.4600.080.641703027.45
Hex315B542E0840aa1e1b
Octal61133124560101002523633
Binary11000110110111010100101110010001000000101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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