#316C53

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

Shades of Spectra #316C53

Tints of Spectra #316C53

Color information

#316C53 (or 0x316C53) is unknown color: approx Spectra. HEX triplet: 31, 6C and 53. RGB value is (49,108,83). Sum of RGB (Red+Green+Blue) = 49+108+83=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #316C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C53 is #CE93AC. Grayscale: #575757. Windows color (decimal): -13538221 or 5467185. OLE color: 5467185.

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

Color convert

RGB4910883-
CMYK0.5500.230.58
HSL154.58º37.58%30.78%-
HSV(B)154.58º54.63%42.35%-
XYZ8.191210.07-
YUV87.51125.45100.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=20.42%
G=45%
B=34.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108830.5500.230.58154.5837.5830.78
Hex316C53370173A9b261f
Octal6115412367027722334637
Binary110001110110010100111101110101111110101001101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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