#315748

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

Shades of Spectra #315748

Tints of Spectra #315748

Color information

#315748 (or 0x315748) is unknown color: approx Spectra. HEX triplet: 31, 57 and 48. RGB value is (49,87,72). Sum of RGB (Red+Green+Blue) = 49+87+72=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #315748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315748 is #CEA8B7. Grayscale: #494949. Windows color (decimal): -13543608 or 4740913. OLE color: 4740913.

HSL color Cylindrical-coordinate representation of color #315748: hue angle of 156.32º 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 #315748 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB498772-
CMYK0.4400.170.66
HSL156.32º27.94%26.67%-
HSV(B)156.32º43.68%34.12%-
XYZ5.847.947.35-
YUV73.93126.91110.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=23.56%
G=41.83%
B=34.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987720.4400.170.66156.3227.9426.67
Hex3157482C011429c1c1b
Octal61127110540211022343433
Binary110001101011110010001011000100011000010100111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315748; }

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

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

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

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

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

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

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

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