Html Css Color HEX #31574B Spectra

📋 copy color: '#31574B'

red 49 ◦ green 87 ◦ blue 75

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

Shades of Spectra #31574B

Tints of Spectra #31574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 23.22%
G = 41.23%
B = 35.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#31574B (or 0x31574B) is known color: Spectra. HEX triplet: 31, 57 and 4B. RGB value is (49,87,75). Sum of RGB (Red+Green+Blue) = 49+87+75=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #31574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31574B is #CEA8B4. Grayscale: #4A4A4A. Windows color (decimal): -13543605 or 4937521. OLE color: 4937521.

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

Color convert

RGB 49 87 75 -
CMYK 0.44 0 0.14 0.66
HSL 161.05º 0.28% 0.27% -
HSV(B) 161.05º 0.44% 0.34% -
XYZ 5.94 7.98 7.88 -
YUV 74.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 49 87 75 0.44 0 0.14 0.66 161.05 0.28 0.27
Hex 31 57 4B 2C 0 E 42 A1 1C 1B
Octal 61 127 113 54 0 16 102 241 34 33
Binary 110001 1010111 1001011 101100 0 1110 1000010 10100001 11100 11011

Color Harmonies of #31574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31574B

Black with #31574B

Text Example


Text Example

White with #31574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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