Html Css Color HEX #315547 Spectra

📋 copy color: '#315547'

red 49 ◦ green 85 ◦ blue 71

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

Shades of Spectra #315547

Tints of Spectra #315547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

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

R = 23.9%
G = 41.46%
B = 34.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#315547 (or 0x315547) is known color: Spectra. HEX triplet: 31, 55 and 47. RGB value is (49,85,71). Sum of RGB (Red+Green+Blue) = 49+85+71=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #315547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315547 is #CEAAB8. Grayscale: #484848. Windows color (decimal): -13544121 or 4674865. OLE color: 4674865.

HSL color Cylindrical-coordinate representation of color #315547: hue angle of 156.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315547 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 71 -
CMYK 0.42 0 0.16 0.67
HSL 156.67º 0.27% 0.26% -
HSV(B) 156.67º 0.42% 0.33% -
XYZ 5.65 7.6 7.13 -
YUV 72.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 49 85 71 0.42 0 0.16 0.67 156.67 0.27 0.26
Hex 31 55 47 2A 0 10 43 9D 1B 1A
Octal 61 125 107 52 0 20 103 235 33 32
Binary 110001 1010101 1000111 101010 0 10000 1000011 10011101 11011 11010

Color Harmonies of #315547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315547

Black with #315547

Text Example


Text Example

White with #315547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315547; }

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

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

background-color css

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

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

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

border-color css

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

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

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