#316049

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

Shades of Spectra #316049

Tints of Spectra #316049

Color information

#316049 (or 0x316049) is unknown color: approx Spectra. HEX triplet: 31, 60 and 49. RGB value is (49,96,73). Sum of RGB (Red+Green+Blue) = 49+96+73=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #316049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316049 is #CE9FB6. Grayscale: #4F4F4F. Windows color (decimal): -13541303 or 4808753. OLE color: 4808753.

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

Color convert

RGB499673-
CMYK0.4900.240.62
HSL150.64º32.41%28.43%-
HSV(B)150.64º48.96%37.65%-
XYZ6.659.57.79-
YUV79.32124.43106.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=22.48%
G=44.04%
B=33.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996730.4900.240.62150.6432.4128.43
Hex316049310183E97201c
Octal6114011161030762274034
Binary110001110000010010011100010110001111101001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316049; }

 p { color: rgb(49,96,73); }

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

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

 a { background-color: rgb(49,96,73); }

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

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

 span { border-color: rgb(49,96,73); }

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