Html Css Color HEX #315B50 Spectra

📋 copy color: '#315B50'

red 49 ◦ green 91 ◦ blue 80

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

Shades of Spectra #315B50

Tints of Spectra #315B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.36%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 22.27%
G = 41.36%
B = 36.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#315B50 (or 0x315B50) is known color: Spectra. HEX triplet: 31, 5B and 50. RGB value is (49,91,80). Sum of RGB (Red+Green+Blue) = 49+91+80=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #315B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B50 is #CEA4AF. Grayscale: #4D4D4D. Windows color (decimal): -13542576 or 5266225. OLE color: 5266225.

HSL color Cylindrical-coordinate representation of color #315B50: hue angle of 164.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B50 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 91 80 -
CMYK 0.46 0 0.12 0.64
HSL 164.29º 0.3% 0.27% -
HSV(B) 164.29º 0.46% 0.36% -
XYZ 6.46 8.71 8.93 -
YUV 77.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 49 91 80 0.46 0 0.12 0.64 164.29 0.3 0.27
Hex 31 5B 50 2E 0 C 40 A4 1E 1B
Octal 61 133 120 56 0 14 100 244 36 33
Binary 110001 1011011 1010000 101110 0 1100 1000000 10100100 11110 11011

Color Harmonies of #315B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B50

Black with #315B50

Text Example


Text Example

White with #315B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315B50; }

 p { color: rgb(49,91,80); }

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

background-color css

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

 a { background-color: rgb(49,91,80); }

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

border-color css

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

 span { border-color: rgb(49,91,80); }

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