Html Css Color HEX #315948 Spectra

📋 copy color: '#315948'

red 49 ◦ green 89 ◦ blue 72

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

Shades of Spectra #315948

Tints of Spectra #315948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

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

R = 23.33%
G = 42.38%
B = 34.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#315948 (or 0x315948) is known color: Spectra. HEX triplet: 31, 59 and 48. RGB value is (49,89,72). Sum of RGB (Red+Green+Blue) = 49+89+72=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #315948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315948 is #CEA6B7. Grayscale: #4B4B4B. Windows color (decimal): -13543096 or 4741425. OLE color: 4741425.

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

Color convert

RGB 49 89 72 -
CMYK 0.45 0 0.19 0.65
HSL 154.5º 0.29% 0.27% -
HSV(B) 154.5º 0.45% 0.35% -
XYZ 6.01 8.27 7.41 -
YUV 75.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 49 89 72 0.45 0 0.19 0.65 154.5 0.29 0.27
Hex 31 59 48 2D 0 13 41 9A 1D 1B
Octal 61 131 110 55 0 23 101 232 35 33
Binary 110001 1011001 1001000 101101 0 10011 1000001 10011010 11101 11011

Color Harmonies of #315948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315948

Black with #315948

Text Example


Text Example

White with #315948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315948; }

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

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

background-color css

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

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

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

border-color css

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

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

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