#316B56

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

Shades of Spectra #316B56

Tints of Spectra #316B56

Color information

#316B56 (or 0x316B56) is unknown color: approx Spectra. HEX triplet: 31, 6B and 56. RGB value is (49,107,86). Sum of RGB (Red+Green+Blue) = 49+107+86=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #316B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B56 is #CE94A9. Grayscale: #575757. Windows color (decimal): -13538474 or 5663537. OLE color: 5663537.

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

Color convert

RGB4910786-
CMYK0.5400.200.58
HSL158.28º37.18%30.59%-
HSV(B)158.28º54.21%41.96%-
XYZ8.211.8410.66-
YUV87.26127.28100.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=20.25%
G=44.21%
B=35.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107860.5400.200.58158.2837.1830.59
Hex316B56360143A9e251f
Octal6115312666024722364537
Binary110001110101110101101101100101001110101001111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,107,86); }

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

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

 a { background-color: rgb(49,107,86); }

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

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

 span { border-color: rgb(49,107,86); }

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