#315F4E

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

Shades of Spectra #315F4E

Tints of Spectra #315F4E

Color information

#315F4E (or 0x315F4E) is unknown color: approx Spectra. HEX triplet: 31, 5F and 4E. RGB value is (49,95,78). Sum of RGB (Red+Green+Blue) = 49+95+78=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 95 - color contains mainly: green. Hex color #315F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F4E is #CEA0B1. Grayscale: #4F4F4F. Windows color (decimal): -13541554 or 5136177. OLE color: 5136177.

HSL color Cylindrical-coordinate representation of color #315F4E: hue angle of 157.83º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F4E is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB499578-
CMYK0.4800.180.63
HSL157.83º31.94%28.24%-
HSV(B)157.83º48.42%37.25%-
XYZ6.739.398.66-
YUV79.31127.26106.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 95 (37.5% from 255) = 42.79%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=22.07%
G=42.79%
B=35.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995780.4800.180.63157.8331.9428.24
Hex315F4E300123F9e201c
Octal6113711660022772364034
Binary110001101111110011101100000100101111111001111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,95,78); }

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

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

 a { background-color: rgb(49,95,78); }

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

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

 span { border-color: rgb(49,95,78); }

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