#315E4D

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

Shades of Spectra #315E4D

Tints of Spectra #315E4D

Color information

#315E4D (or 0x315E4D) is unknown color: approx Spectra. HEX triplet: 31, 5E and 4D. RGB value is (49,94,77). Sum of RGB (Red+Green+Blue) = 49+94+77=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #315E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E4D is #CEA1B2. Grayscale: #4E4E4E. Windows color (decimal): -13541811 or 5070385. OLE color: 5070385.

HSL color Cylindrical-coordinate representation of color #315E4D: hue angle of 157.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315E4D is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB499477-
CMYK0.4800.180.63
HSL157.33º31.47%28.04%-
HSV(B)157.33º47.87%36.86%-
XYZ6.619.198.45-
YUV78.61127.09106.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 77 (30.47% from 255) = 35%
R=22.27%
G=42.73%
B=35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4994770.4800.180.63157.3331.4728.04
Hex315E4D300123F9d1f1c
Octal6113611560022772353734
Binary11000110111101001101110000010010111111100111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,94,77); }

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

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

 a { background-color: rgb(49,94,77); }

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

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

 span { border-color: rgb(49,94,77); }

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