Html Css Color HEX #315548 Spectra

📋 copy color: '#315548'

red 49 ◦ green 85 ◦ blue 72

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

Shades of Spectra #315548

Tints of Spectra #315548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 23.79%
G = 41.26%
B = 34.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#315548 (or 0x315548) is known color: Spectra. HEX triplet: 31, 55 and 48. RGB value is (49,85,72). Sum of RGB (Red+Green+Blue) = 49+85+72=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #315548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315548 is #CEAAB7. Grayscale: #484848. Windows color (decimal): -13544120 or 4740401. OLE color: 4740401.

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

Color convert

RGB 49 85 72 -
CMYK 0.42 0 0.15 0.67
HSL 158.33º 0.27% 0.26% -
HSV(B) 158.33º 0.42% 0.33% -
XYZ 5.68 7.62 7.3 -
YUV 72.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 49 85 72 0.42 0 0.15 0.67 158.33 0.27 0.26
Hex 31 55 48 2A 0 F 43 9E 1B 1A
Octal 61 125 110 52 0 17 103 236 33 32
Binary 110001 1010101 1001000 101010 0 1111 1000011 10011110 11011 11010

Color Harmonies of #315548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315548

Black with #315548

Text Example


Text Example

White with #315548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315548; }

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

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

background-color css

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

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

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

border-color css

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

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

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