#315D4F

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

Shades of Spectra #315D4F

Tints of Spectra #315D4F

Color information

#315D4F (or 0x315D4F) is unknown color: approx Spectra. HEX triplet: 31, 5D and 4F. RGB value is (49,93,79). Sum of RGB (Red+Green+Blue) = 49+93+79=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #315D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D4F is #CEA2B0. Grayscale: #4E4E4E. Windows color (decimal): -13542065 or 5201201. OLE color: 5201201.

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

Color convert

RGB499379-
CMYK0.4700.150.64
HSL160.91º30.99%27.84%-
HSV(B)160.91º47.31%36.47%-
XYZ6.599.058.8-
YUV78.25128.42107.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=22.17%
G=42.08%
B=35.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993790.4700.150.64160.9130.9927.84
Hex315D4F2F0F40a11f1c
Octal61135117570171002413734
Binary11000110111011001111101111011111000000101000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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