#316151

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

Shades of Spectra #316151

Tints of Spectra #316151

Color information

#316151 (or 0x316151) is unknown color: approx Spectra. HEX triplet: 31, 61 and 51. RGB value is (49,97,81). Sum of RGB (Red+Green+Blue) = 49+97+81=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #316151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316151 is #CE9EAE. Grayscale: #505050. Windows color (decimal): -13541039 or 5333297. OLE color: 5333297.

HSL color Cylindrical-coordinate representation of color #316151: hue angle of 160º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316151 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB499781-
CMYK0.4900.160.62
HSL160º32.88%28.63%-
HSV(B)160º49.48%38.04%-
XYZ7.039.89.31-
YUV80.82128.1105.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=21.59%
G=42.73%
B=35.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997810.4900.160.6216032.8828.63
Hex316151310103Ea0211d
Octal6114112161020762404135
Binary110001110000110100011100010100001111101010000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316151; }

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

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

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

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

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

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

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

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