#316A56

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

Shades of Spectra #316A56

Tints of Spectra #316A56

Color information

#316A56 (or 0x316A56) is unknown color: approx Spectra. HEX triplet: 31, 6A and 56. RGB value is (49,106,86). Sum of RGB (Red+Green+Blue) = 49+106+86=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #316A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A56 is #CE95A9. Grayscale: #565656. Windows color (decimal): -13538730 or 5663281. OLE color: 5663281.

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

Color convert

RGB4910686-
CMYK0.5400.190.58
HSL158.95º36.77%30.39%-
HSV(B)158.95º53.77%41.57%-
XYZ8.111.6310.62-
YUV86.68127.62101.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=20.33%
G=43.98%
B=35.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49106860.5400.190.58158.9536.7730.39
Hex316A56360133A9f251e
Octal6115212666023722374536
Binary110001110101010101101101100100111110101001111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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