#316854

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

Shades of Spectra #316854

Tints of Spectra #316854

Color information

#316854 (or 0x316854) is unknown color: approx Spectra. HEX triplet: 31, 68 and 54. RGB value is (49,104,84). Sum of RGB (Red+Green+Blue) = 49+104+84=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #316854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316854 is #CE97AB. Grayscale: #555555. Windows color (decimal): -13539244 or 5531697. OLE color: 5531697.

HSL color Cylindrical-coordinate representation of color #316854: hue angle of 158.18º 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 #316854 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB4910484-
CMYK0.5300.190.59
HSL158.18º35.95%30%-
HSV(B)158.18º52.88%40.78%-
XYZ7.8211.1910.14-
YUV85.28127.28102.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=20.68%
G=43.88%
B=35.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104840.5300.190.59158.1835.9530
Hex316854350133B9e241e
Octal6115012465023732364436
Binary110001110100010101001101010100111110111001111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316854; }

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

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

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

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

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

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

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

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