#315D4C

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

Shades of Spectra #315D4C

Tints of Spectra #315D4C

Color information

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

RGB499376-
CMYK0.4700.180.64
HSL156.82º30.99%27.84%-
HSV(B)156.82º47.31%36.47%-
XYZ6.4998.23-
YUV77.91126.92107.38-

RGB Variations

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

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 (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993760.4700.180.64156.8230.9927.84
Hex315D4C2F012409d1f1c
Octal61135114570221002353734
Binary110001101110110011001011110100101000000100111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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