#316150

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

Shades of Spectra #316150

Tints of Spectra #316150

Color information

#316150 (or 0x316150) is unknown color: approx Spectra. HEX triplet: 31, 61 and 50. RGB value is (49,97,80). Sum of RGB (Red+Green+Blue) = 49+97+80=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #316150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316150 is #CE9EAF. Grayscale: #505050. Windows color (decimal): -13541040 or 5267761. OLE color: 5267761.

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

Color convert

RGB499780-
CMYK0.4900.180.62
HSL158.75º32.88%28.63%-
HSV(B)158.75º49.48%38.04%-
XYZ6.999.789.11-
YUV80.71127.6105.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=21.68%
G=42.92%
B=35.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997800.4900.180.62158.7532.8828.63
Hex316150310123E9f211d
Octal6114112061022762374135
Binary110001110000110100001100010100101111101001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316150; }

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

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

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

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

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

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

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

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