Html Css Color HEX #315C4A Spectra

📋 copy color: '#315C4A'

red 49 ◦ green 92 ◦ blue 74

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

Shades of Spectra #315C4A

Tints of Spectra #315C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.79%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 22.79%
G = 42.79%
B = 34.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#315C4A (or 0x315C4A) is known color: Spectra. HEX triplet: 31, 5C and 4A. RGB value is (49,92,74). Sum of RGB (Red+Green+Blue) = 49+92+74=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #315C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C4A is #CEA3B5. Grayscale: #4D4D4D. Windows color (decimal): -13542326 or 4873265. OLE color: 4873265.

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

Color convert

RGB 49 92 74 -
CMYK 0.47 0 0.20 0.64
HSL 154.88º 0.3% 0.28% -
HSV(B) 154.88º 0.47% 0.36% -
XYZ 6.33 8.8 7.84 -
YUV 77.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 49 92 74 0.47 0 0.20 0.64 154.88 0.3 0.28
Hex 31 5C 4A 2F 0 14 40 9B 1E 1C
Octal 61 134 112 57 0 24 100 233 36 34
Binary 110001 1011100 1001010 101111 0 10100 1000000 10011011 11110 11100

Color Harmonies of #315C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C4A

Black with #315C4A

Text Example


Text Example

White with #315C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,92,74); }

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

background-color css

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

 a { background-color: rgb(49,92,74); }

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

border-color css

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

 span { border-color: rgb(49,92,74); }

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