Html Css Color HEX #315847 Spectra

📋 copy color: '#315847'

red 49 ◦ green 88 ◦ blue 71

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

Shades of Spectra #315847

Tints of Spectra #315847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.31%

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

R = 23.56%
G = 42.31%
B = 34.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#315847 (or 0x315847) is known color: Spectra. HEX triplet: 31, 58 and 47. RGB value is (49,88,71). Sum of RGB (Red+Green+Blue) = 49+88+71=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #315847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315847 is #CEA7B8. Grayscale: #4A4A4A. Windows color (decimal): -13543353 or 4675633. OLE color: 4675633.

HSL color Cylindrical-coordinate representation of color #315847: hue angle of 153.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315847 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 71 -
CMYK 0.44 0 0.19 0.65
HSL 153.85º 0.28% 0.27% -
HSV(B) 153.85º 0.44% 0.35% -
XYZ 5.89 8.09 7.21 -
YUV 74.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 49 88 71 0.44 0 0.19 0.65 153.85 0.28 0.27
Hex 31 58 47 2C 0 13 41 9A 1C 1B
Octal 61 130 107 54 0 23 101 232 34 33
Binary 110001 1011000 1000111 101100 0 10011 1000001 10011010 11100 11011

Color Harmonies of #315847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315847

Black with #315847

Text Example


Text Example

White with #315847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315847; }

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

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

background-color css

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

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

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

border-color css

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

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

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