Html Css Color HEX #315D4C Spectra

📋 copy color: '#315D4C'

red 49 ◦ green 93 ◦ blue 76

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

Shades of Spectra #315D4C

Tints of Spectra #315D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 22.48%
G = 42.66%
B = 34.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#315D4C (or 0x315D4C) is known color: Spectra. HEX triplet: 31, 5D and 4C. RGB value is (49,93,76). Sum of RGB (Red+Green+Blue) = 49+93+76=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #315D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D4C is #CEA2B3. Grayscale: #4D4D4D. Windows color (decimal): -13542068 or 5004593. OLE color: 5004593.

HSL color Cylindrical-coordinate representation of color #315D4C: hue angle of 156.82º 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 #315D4C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 76 -
CMYK 0.47 0 0.18 0.64
HSL 156.82º 0.31% 0.28% -
HSV(B) 156.82º 0.47% 0.36% -
XYZ 6.49 9 8.23 -
YUV 77.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 49 93 76 0.47 0 0.18 0.64 156.82 0.31 0.28
Hex 31 5D 4C 2F 0 12 40 9D 1F 1C
Octal 61 135 114 57 0 22 100 235 37 34
Binary 110001 1011101 1001100 101111 0 10010 1000000 10011101 11111 11100

Color Harmonies of #315D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D4C

Black with #315D4C

Text Example


Text Example

White with #315D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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