#315A49

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

Shades of Spectra #315A49

Tints of Spectra #315A49

Color information

#315A49 (or 0x315A49) is unknown color: approx Spectra. HEX triplet: 31, 5A and 49. RGB value is (49,90,73). Sum of RGB (Red+Green+Blue) = 49+90+73=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #315A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A49 is #CEA5B6. Grayscale: #4B4B4B. Windows color (decimal): -13542839 or 4807217. OLE color: 4807217.

HSL color Cylindrical-coordinate representation of color #315A49: hue angle of 155.12º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A49 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB499073-
CMYK0.4600.190.65
HSL155.12º29.5%27.25%-
HSV(B)155.12º45.56%35.29%-
XYZ6.138.457.61-
YUV75.8126.42108.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=23.11%
G=42.45%
B=34.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990730.4600.190.65155.1229.527.25
Hex315A492E013419b1d1b
Octal61132111560231012333533
Binary110001101101010010011011100100111000001100110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,90,73); }

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

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

 a { background-color: rgb(49,90,73); }

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

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

 span { border-color: rgb(49,90,73); }

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