#316050

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

Shades of Spectra #316050

Tints of Spectra #316050

Color information

#316050 (or 0x316050) is unknown color: approx Spectra. HEX triplet: 31, 60 and 50. RGB value is (49,96,80). Sum of RGB (Red+Green+Blue) = 49+96+80=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #316050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316050 is #CE9FAF. Grayscale: #505050. Windows color (decimal): -13541296 or 5267505. OLE color: 5267505.

HSL color Cylindrical-coordinate representation of color #316050: hue angle of 159.57º 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 #316050 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB499680-
CMYK0.4900.170.62
HSL159.57º32.41%28.43%-
HSV(B)159.57º48.96%37.65%-
XYZ6.99.69.08-
YUV80.12127.93105.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=21.78%
G=42.67%
B=35.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996800.4900.170.62159.5732.4128.43
Hex316050310113Ea0201c
Octal6114012061021762404034
Binary110001110000010100001100010100011111101010000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316050; }

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

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

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

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

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

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

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

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