#315449

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

Shades of Spectra #315449

Tints of Spectra #315449

Color information

#315449 (or 0x315449) is unknown color: approx Spectra. HEX triplet: 31, 54 and 49. RGB value is (49,84,73). Sum of RGB (Red+Green+Blue) = 49+84+73=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #315449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315449 is #CEABB6. Grayscale: #484848. Windows color (decimal): -13544375 or 4805681. OLE color: 4805681.

HSL color Cylindrical-coordinate representation of color #315449: hue angle of 161.14º degrees, saturation: 0.26, 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 #315449 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB498473-
CMYK0.4200.130.67
HSL161.14º26.32%26.08%-
HSV(B)161.14º41.67%32.94%-
XYZ5.647.477.45-
YUV72.28128.4111.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=23.79%
G=40.78%
B=35.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984730.4200.130.67161.1426.3226.08
Hex3154492A0D43a11a1a
Octal61124111520151032413232
Binary11000110101001001001101010011011000011101000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315449; }

 p { color: rgb(49,84,73); }

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

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

 a { background-color: rgb(49,84,73); }

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

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

 span { border-color: rgb(49,84,73); }

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