#315849

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

Shades of Spectra #315849

Tints of Spectra #315849

Color information

#315849 (or 0x315849) is unknown color: approx Spectra. HEX triplet: 31, 58 and 49. RGB value is (49,88,73). Sum of RGB (Red+Green+Blue) = 49+88+73=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #315849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315849 is #CEA7B6. Grayscale: #4A4A4A. Windows color (decimal): -13543351 or 4806705. OLE color: 4806705.

HSL color Cylindrical-coordinate representation of color #315849: hue angle of 156.92º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315849 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB498873-
CMYK0.4400.170.65
HSL156.92º28.47%26.86%-
HSV(B)156.92º44.32%34.51%-
XYZ5.968.117.56-
YUV74.63127.08109.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=23.33%
G=41.90%
B=34.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988730.4400.170.65156.9228.4726.86
Hex3158492C011419d1c1b
Octal61130111540211012353433
Binary110001101100010010011011000100011000001100111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315849; }

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

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

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

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

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

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

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

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