#315B50

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

Shades of Spectra #315B50

Tints of Spectra #315B50

Color information

#315B50 (or 0x315B50) is unknown color: approx Spectra. HEX triplet: 31, 5B and 50. RGB value is (49,91,80). Sum of RGB (Red+Green+Blue) = 49+91+80=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #315B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B50 is #CEA4AF. Grayscale: #4D4D4D. Windows color (decimal): -13542576 or 5266225. OLE color: 5266225.

HSL color Cylindrical-coordinate representation of color #315B50: hue angle of 164.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B50 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB499180-
CMYK0.4600.120.64
HSL164.29º30%27.45%-
HSV(B)164.29º46.15%35.69%-
XYZ6.468.718.93-
YUV77.19129.59107.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=22.27%
G=41.36%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991800.4600.120.64164.293027.45
Hex315B502E0C40a41e1b
Octal61133120560141002443633
Binary11000110110111010000101110011001000000101001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315B50; }

 p { color: rgb(49,91,80); }

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

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

 a { background-color: rgb(49,91,80); }

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

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

 span { border-color: rgb(49,91,80); }

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