Html Css Color HEX #315D4D Spectra

📋 copy color: '#315D4D'

red 49 ◦ green 93 ◦ blue 77

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

Shades of Spectra #315D4D

Tints of Spectra #315D4D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.47%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 22.37%
G = 42.47%
B = 35.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#315D4D (or 0x315D4D) is known color: Spectra. HEX triplet: 31, 5D and 4D. RGB value is (49,93,77). Sum of RGB (Red+Green+Blue) = 49+93+77=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #315D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D4D is #CEA2B2. Grayscale: #4E4E4E. Windows color (decimal): -13542067 or 5070129. OLE color: 5070129.

HSL color Cylindrical-coordinate representation of color #315D4D: hue angle of 158.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D4D is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 77 -
CMYK 0.47 0 0.17 0.64
HSL 158.18º 0.31% 0.28% -
HSV(B) 158.18º 0.47% 0.36% -
XYZ 6.52 9.02 8.42 -
YUV 78.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 49 93 77 0.47 0 0.17 0.64 158.18 0.31 0.28
Hex 31 5D 4D 2F 0 11 40 9E 1F 1C
Octal 61 135 115 57 0 21 100 236 37 34
Binary 110001 1011101 1001101 101111 0 10001 1000000 10011110 11111 11100

Color Harmonies of #315D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D4D

Black with #315D4D

Text Example


Text Example

White with #315D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,93,77); }

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

background-color css

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

 a { background-color: rgb(49,93,77); }

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

border-color css

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

 span { border-color: rgb(49,93,77); }

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