#31574A

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

Shades of Spectra #31574A

Tints of Spectra #31574A

Color information

#31574A (or 0x31574A) is unknown color: approx Spectra. HEX triplet: 31, 57 and 4A. RGB value is (49,87,74). Sum of RGB (Red+Green+Blue) = 49+87+74=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #31574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31574A is #CEA8B5. Grayscale: #4A4A4A. Windows color (decimal): -13543606 or 4871985. OLE color: 4871985.

HSL color Cylindrical-coordinate representation of color #31574A: hue angle of 159.47º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31574A is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB498774-
CMYK0.4400.150.66
HSL159.47º27.94%26.67%-
HSV(B)159.47º43.68%34.12%-
XYZ5.917.967.7-
YUV74.16127.91110.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=23.33%
G=41.43%
B=35.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987740.4400.150.66159.4727.9426.67
Hex31574A2C0F429f1c1b
Octal61127112540171022373433
Binary11000110101111001010101100011111000010100111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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