#31594A

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

Shades of Spectra #31594A

Tints of Spectra #31594A

Color information

#31594A (or 0x31594A) is unknown color: approx Spectra. HEX triplet: 31, 59 and 4A. RGB value is (49,89,74). Sum of RGB (Red+Green+Blue) = 49+89+74=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #31594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31594A is #CEA6B5. Grayscale: #4B4B4B. Windows color (decimal): -13543094 or 4872497. OLE color: 4872497.

HSL color Cylindrical-coordinate representation of color #31594A: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #31594A is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB498974-
CMYK0.4500.170.65
HSL157.5º28.99%27.06%-
HSV(B)157.5º44.94%34.9%-
XYZ6.088.297.76-
YUV75.33127.25109.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=23.11%
G=41.98%
B=34.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989740.4500.170.65157.528.9927.06
Hex31594A2D011419e1d1b
Octal61131112550211012363533
Binary110001101100110010101011010100011000001100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31594A; }

 p { color: rgb(49,89,74); }

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

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

 a { background-color: rgb(49,89,74); }

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

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

 span { border-color: rgb(49,89,74); }

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