#31594F

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

Shades of Spectra #31594F

Tints of Spectra #31594F

Color information

#31594F (or 0x31594F) is unknown color: approx Spectra. HEX triplet: 31, 59 and 4F. RGB value is (49,89,79). Sum of RGB (Red+Green+Blue) = 49+89+79=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #31594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31594F is #CEA6B0. Grayscale: #4B4B4B. Windows color (decimal): -13543089 or 5200177. OLE color: 5200177.

HSL color Cylindrical-coordinate representation of color #31594F: hue angle of 165º 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 #31594F is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB498979-
CMYK0.4500.110.65
HSL165º28.99%27.06%-
HSV(B)165º44.94%34.9%-
XYZ6.258.368.68-
YUV75.9129.75108.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=22.58%
G=41.01%
B=36.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989790.4500.110.6516528.9927.06
Hex31594F2D0B41a51d1b
Octal61131117550131012453533
Binary11000110110011001111101101010111000001101001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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