#316A51

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

Shades of Spectra #316A51

Tints of Spectra #316A51

Color information

#316A51 (or 0x316A51) is unknown color: approx Spectra. HEX triplet: 31, 6A and 51. RGB value is (49,106,81). Sum of RGB (Red+Green+Blue) = 49+106+81=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #316A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A51 is #CE95AE. Grayscale: #565656. Windows color (decimal): -13538735 or 5335601. OLE color: 5335601.

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

Color convert

RGB4910681-
CMYK0.5400.240.58
HSL153.68º36.77%30.39%-
HSV(B)153.68º53.77%41.57%-
XYZ7.9111.569.6-
YUV86.11125.12101.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=20.76%
G=44.92%
B=34.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49106810.5400.240.58153.6836.7730.39
Hex316A51360183A9a251e
Octal6115212166030722324536
Binary110001110101010100011101100110001110101001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,106,81); }

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

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

 a { background-color: rgb(49,106,81); }

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

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

 span { border-color: rgb(49,106,81); }

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