#315747

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

Shades of Spectra #315747

Tints of Spectra #315747

Color information

#315747 (or 0x315747) is unknown color: approx Spectra. HEX triplet: 31, 57 and 47. RGB value is (49,87,71). Sum of RGB (Red+Green+Blue) = 49+87+71=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #315747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315747 is #CEA8B8. Grayscale: #494949. Windows color (decimal): -13543609 or 4675377. OLE color: 4675377.

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

Color convert

RGB498771-
CMYK0.4400.180.66
HSL154.74º27.94%26.67%-
HSV(B)154.74º43.68%34.12%-
XYZ5.817.927.18-
YUV73.81126.41110.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=23.67%
G=42.03%
B=34.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987710.4400.180.66154.7427.9426.67
Hex3157472C012429b1c1b
Octal61127107540221022333433
Binary110001101011110001111011000100101000010100110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315747; }

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

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

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

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

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

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

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

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