#315749

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

Shades of Spectra #315749

Tints of Spectra #315749

Color information

#315749 (or 0x315749) is unknown color: approx Spectra. HEX triplet: 31, 57 and 49. RGB value is (49,87,73). Sum of RGB (Red+Green+Blue) = 49+87+73=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #315749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315749 is #CEA8B6. Grayscale: #4A4A4A. Windows color (decimal): -13543607 or 4806449. OLE color: 4806449.

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

Color convert

RGB498773-
CMYK0.4400.160.66
HSL157.89º27.94%26.67%-
HSV(B)157.89º43.68%34.12%-
XYZ5.887.957.53-
YUV74.04127.41110.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=23.44%
G=41.63%
B=34.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987730.4400.160.66157.8927.9426.67
Hex3157492C010429e1c1b
Octal61127111540201022363433
Binary110001101011110010011011000100001000010100111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315749; }

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

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

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

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

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

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

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

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