#315746

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

Shades of Spectra #315746

Tints of Spectra #315746

Color information

#315746 (or 0x315746) is unknown color: approx Spectra. HEX triplet: 31, 57 and 46. RGB value is (49,87,70). Sum of RGB (Red+Green+Blue) = 49+87+70=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #315746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315746 is #CEA8B9. Grayscale: #494949. Windows color (decimal): -13543610 or 4609841. OLE color: 4609841.

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

Color convert

RGB498770-
CMYK0.4400.200.66
HSL153.16º27.94%26.67%-
HSV(B)153.16º43.68%34.12%-
XYZ5.787.917.02-
YUV73.7125.91110.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=23.79%
G=42.23%
B=33.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987700.4400.200.66153.1627.9426.67
Hex3157462C01442991c1b
Octal61127106540241022313433
Binary110001101011110001101011000101001000010100110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315746; }

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

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

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

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

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

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

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

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