#315B48

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

Shades of Spectra #315B48

Tints of Spectra #315B48

Color information

#315B48 (or 0x315B48) is unknown color: approx Spectra. HEX triplet: 31, 5B and 48. RGB value is (49,91,72). Sum of RGB (Red+Green+Blue) = 49+91+72=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #315B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B48 is #CEA4B7. Grayscale: #4C4C4C. Windows color (decimal): -13542584 or 4741937. OLE color: 4741937.

HSL color Cylindrical-coordinate representation of color #315B48: hue angle of 152.86º 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 #315B48 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB499172-
CMYK0.4600.210.64
HSL152.86º30%27.45%-
HSV(B)152.86º46.15%35.69%-
XYZ6.188.67.47-
YUV76.28125.59108.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 91 (35.94% from 255) = 42.92%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=23.11%
G=42.92%
B=33.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991720.4600.210.64152.863027.45
Hex315B482E01540991e1b
Octal61133110560251002313633
Binary110001101101110010001011100101011000000100110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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