#315C4A

Color #315C4A Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #315C4A

Tints of Spectra #315C4A

Color information

#315C4A (or 0x315C4A) is unknown color: approx 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

RGB499274-
CMYK0.4700.200.64
HSL154.88º30.5%27.65%-
HSV(B)154.88º46.74%36.08%-
XYZ6.338.87.84-
YUV77.09126.25107.96-

RGB Variations

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

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.30% from 255) = 34.42%
R=22.79%
G=42.79%
B=34.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992740.4700.200.64154.8830.527.65
Hex315C4A2F014409b1e1c
Octal61134112570241002333634
Binary110001101110010010101011110101001000000100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>