#315D4A

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

Shades of Spectra #315D4A

Tints of Spectra #315D4A

Color information

#315D4A (or 0x315D4A) is unknown color: approx Spectra. HEX triplet: 31, 5D and 4A. RGB value is (49,93,74). Sum of RGB (Red+Green+Blue) = 49+93+74=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #315D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D4A is #CEA2B5. Grayscale: #4D4D4D. Windows color (decimal): -13542070 or 4873521. OLE color: 4873521.

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

Color convert

RGB499374-
CMYK0.4700.200.64
HSL154.09º30.99%27.84%-
HSV(B)154.09º47.31%36.47%-
XYZ6.428.987.87-
YUV77.68125.92107.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=22.69%
G=43.06%
B=34.26%

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
Decimal4993740.4700.200.64154.0930.9927.84
Hex315D4A2F014409a1f1c
Octal61135112570241002323734
Binary110001101110110010101011110101001000000100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #315D4A;
 }
 .AnyTagClassName
 {
   color: #315D4A;
 }
</style>
background-color css

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

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

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

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

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

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