Html Css Color HEX #315747 Spectra

📋 copy color: '#315747'

red 49 ◦ green 87 ◦ blue 71

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

Shades of Spectra #315747

Tints of Spectra #315747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 23.67%
G = 42.03%
B = 34.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#315747 (or 0x315747) is known color: Spectra. HEX triplet: 31, 57 and 47. RGB value is (49,87,71). Sum of RGB (Red+Green+Blue) = 49+87+71=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #315747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315747 is #CEA8B8. Grayscale: #494949. Windows color (decimal): -13543609 or 4675377. OLE color: 4675377.

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

Color convert

RGB 49 87 71 -
CMYK 0.44 0 0.18 0.66
HSL 154.74º 0.28% 0.27% -
HSV(B) 154.74º 0.44% 0.34% -
XYZ 5.81 7.92 7.18 -
YUV 73.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 49 87 71 0.44 0 0.18 0.66 154.74 0.28 0.27
Hex 31 57 47 2C 0 12 42 9B 1C 1B
Octal 61 127 107 54 0 22 102 233 34 33
Binary 110001 1010111 1000111 101100 0 10010 1000010 10011011 11100 11011

Color Harmonies of #315747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315747

Black with #315747

Text Example


Text Example

White with #315747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315747; }

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

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

background-color css

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

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

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

border-color css

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

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

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