#316C55

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

Shades of Spectra #316C55

Tints of Spectra #316C55

Color information

#316C55 (or 0x316C55) is unknown color: approx Spectra. HEX triplet: 31, 6C and 55. RGB value is (49,108,85). Sum of RGB (Red+Green+Blue) = 49+108+85=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #316C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C55 is #CE93AA. Grayscale: #575757. Windows color (decimal): -13538219 or 5598257. OLE color: 5598257.

HSL color Cylindrical-coordinate representation of color #316C55: hue angle of 156.61º 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 #316C55 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB4910885-
CMYK0.5500.210.58
HSL156.61º37.58%30.78%-
HSV(B)156.61º54.63%42.35%-
XYZ8.2712.0310.48-
YUV87.74126.45100.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=20.25%
G=44.63%
B=35.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108850.5500.210.58156.6137.5830.78
Hex316C55370153A9d261f
Octal6115412567025722354637
Binary110001110110010101011101110101011110101001110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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