Html Css Color HEX #31574A Spectra

📋 copy color: '#31574A'

red 49 ◦ green 87 ◦ blue 74

#31574A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #31574A

Tints of Spectra #31574A

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.3% from 255) = 35.24%

R = 23.33%
G = 41.43%
B = 35.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#31574A (or 0x31574A) is known color: 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

RGB 49 87 74 -
CMYK 0.44 0 0.15 0.66
HSL 159.47º 0.28% 0.27% -
HSV(B) 159.47º 0.44% 0.34% -
XYZ 5.91 7.96 7.7 -
YUV 74.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 49 87 74 0.44 0 0.15 0.66 159.47 0.28 0.27
Hex 31 57 4A 2C 0 F 42 9F 1C 1B
Octal 61 127 112 54 0 17 102 237 34 33
Binary 110001 1010111 1001010 101100 0 1111 1000010 10011111 11100 11011

Color Harmonies of #31574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31574A

Black with #31574A

Text Example


Text Example

White with #31574A

Text Example


Text Example

HTML Codes & Css Web 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>