Html Css Color HEX #315549 Spectra

📋 copy color: '#315549'

red 49 ◦ green 85 ◦ blue 73

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

Shades of Spectra #315549

Tints of Spectra #315549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 23.67%
G = 41.06%
B = 35.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#315549 (or 0x315549) is known color: Spectra. HEX triplet: 31, 55 and 49. RGB value is (49,85,73). Sum of RGB (Red+Green+Blue) = 49+85+73=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #315549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315549 is #CEAAB6. Grayscale: #484848. Windows color (decimal): -13544119 or 4805937. OLE color: 4805937.

HSL color Cylindrical-coordinate representation of color #315549: hue angle of 160º 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 #315549 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 73 -
CMYK 0.42 0 0.14 0.67
HSL 160º 0.27% 0.26% -
HSV(B) 160º 0.42% 0.33% -
XYZ 5.72 7.63 7.47 -
YUV 72.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 49 85 73 0.42 0 0.14 0.67 160 0.27 0.26
Hex 31 55 49 2A 0 E 43 A0 1B 1A
Octal 61 125 111 52 0 16 103 240 33 32
Binary 110001 1010101 1001001 101010 0 1110 1000011 10100000 11011 11010

Color Harmonies of #315549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315549

Black with #315549

Text Example


Text Example

White with #315549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315549; }

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

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

background-color css

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

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

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

border-color css

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

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

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