#316C50

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

Shades of Spectra #316C50

Tints of Spectra #316C50

Color information

#316C50 (or 0x316C50) is unknown color: approx Spectra. HEX triplet: 31, 6C and 50. RGB value is (49,108,80). Sum of RGB (Red+Green+Blue) = 49+108+80=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #316C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C50 is #CE93AF. Grayscale: #575757. Windows color (decimal): -13538224 or 5270577. OLE color: 5270577.

HSL color Cylindrical-coordinate representation of color #316C50: hue angle of 151.53º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C50 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB4910880-
CMYK0.5500.260.58
HSL151.53º37.58%30.78%-
HSV(B)151.53º54.63%42.35%-
XYZ8.0811.969.47-
YUV87.17123.95100.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 108 (42.58% from 255) = 45.57%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=20.68%
G=45.57%
B=33.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108800.5500.260.58151.5337.5830.78
Hex316C503701A3A98261f
Octal6115412067032722304637
Binary110001110110010100001101110110101110101001100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316C50; }

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

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

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

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

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

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

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

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