Html Css Color HEX #31574D Spectra

📋 copy color: '#31574D'

red 49 ◦ green 87 ◦ blue 77

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

Shades of Spectra #31574D

Tints of Spectra #31574D

RGB

 RED value IS 49 (19.53% from 255) = 23%

 GREEN value IS 87 (34.38% from 255) = 40.85%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 23%
G = 40.85%
B = 36.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#31574D (or 0x31574D) is known color: Spectra. HEX triplet: 31, 57 and 4D. RGB value is (49,87,77). Sum of RGB (Red+Green+Blue) = 49+87+77=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #31574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31574D is #CEA8B2. Grayscale: #4A4A4A. Windows color (decimal): -13543603 or 5068593. OLE color: 5068593.

HSL color Cylindrical-coordinate representation of color #31574D: hue angle of 164.21º 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 #31574D is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 77 -
CMYK 0.44 0 0.11 0.66
HSL 164.21º 0.28% 0.27% -
HSV(B) 164.21º 0.44% 0.34% -
XYZ 6.01 8.01 8.25 -
YUV 74.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 49 87 77 0.44 0 0.11 0.66 164.21 0.28 0.27
Hex 31 57 4D 2C 0 B 42 A4 1C 1B
Octal 61 127 115 54 0 13 102 244 34 33
Binary 110001 1010111 1001101 101100 0 1011 1000010 10100100 11100 11011

Color Harmonies of #31574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31574D

Black with #31574D

Text Example


Text Example

White with #31574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31574D;
 }
 .AnyTagClassName
 {
   color: #31574D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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