#315547

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

Shades of Spectra #315547

Tints of Spectra #315547

Color information

#315547 (or 0x315547) is unknown color: approx Spectra. HEX triplet: 31, 55 and 47. RGB value is (49,85,71). Sum of RGB (Red+Green+Blue) = 49+85+71=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #315547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315547 is #CEAAB8. Grayscale: #484848. Windows color (decimal): -13544121 or 4674865. OLE color: 4674865.

HSL color Cylindrical-coordinate representation of color #315547: hue angle of 156.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315547 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB498571-
CMYK0.4200.160.67
HSL156.67º26.87%26.27%-
HSV(B)156.67º42.35%33.33%-
XYZ5.657.67.13-
YUV72.64127.07111.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=23.90%
G=41.46%
B=34.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985710.4200.160.67156.6726.8726.27
Hex3155472A010439d1b1a
Octal61125107520201032353332
Binary110001101010110001111010100100001000011100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315547; }

 p { color: rgb(49,85,71); }

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

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

 a { background-color: rgb(49,85,71); }

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

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

 span { border-color: rgb(49,85,71); }

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