#316853

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

Shades of Spectra #316853

Tints of Spectra #316853

Color information

#316853 (or 0x316853) is unknown color: approx Spectra. HEX triplet: 31, 68 and 53. RGB value is (49,104,83). Sum of RGB (Red+Green+Blue) = 49+104+83=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #316853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316853 is #CE97AC. Grayscale: #555555. Windows color (decimal): -13539245 or 5466161. OLE color: 5466161.

HSL color Cylindrical-coordinate representation of color #316853: hue angle of 157.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316853 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB4910483-
CMYK0.5300.200.59
HSL157.09º35.95%30%-
HSV(B)157.09º52.88%40.78%-
XYZ7.7811.189.93-
YUV85.16126.78102.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=20.76%
G=44.07%
B=35.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104830.5300.200.59157.0935.9530
Hex316853350143B9d241e
Octal6115012365024732354436
Binary110001110100010100111101010101001110111001110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316853; }

 p { color: rgb(49,104,83); }

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

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

 a { background-color: rgb(49,104,83); }

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

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

 span { border-color: rgb(49,104,83); }

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