#316551

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

Shades of Spectra #316551

Tints of Spectra #316551

Color information

#316551 (or 0x316551) is unknown color: approx Spectra. HEX triplet: 31, 65 and 51. RGB value is (49,101,81). Sum of RGB (Red+Green+Blue) = 49+101+81=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #316551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316551 is #CE9AAE. Grayscale: #535353. Windows color (decimal): -13540015 or 5334321. OLE color: 5334321.

HSL color Cylindrical-coordinate representation of color #316551: hue angle of 156.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316551 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB4910181-
CMYK0.5100.200.60
HSL156.92º34.67%29.41%-
HSV(B)156.92º51.49%39.61%-
XYZ7.4110.559.43-
YUV83.17126.77103.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=21.21%
G=43.72%
B=35.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101810.5100.200.60156.9234.6729.41
Hex316551330143C9d231d
Octal6114512163024742354335
Binary110001110010110100011100110101001111001001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316551; }

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

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

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

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

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

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

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

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