#316450

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

Shades of Spectra #316450

Tints of Spectra #316450

Color information

#316450 (or 0x316450) is unknown color: approx Spectra. HEX triplet: 31, 64 and 50. RGB value is (49,100,80). Sum of RGB (Red+Green+Blue) = 49+100+80=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #316450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316450 is #CE9BAF. Grayscale: #525252. Windows color (decimal): -13540272 or 5268529. OLE color: 5268529.

HSL color Cylindrical-coordinate representation of color #316450: hue angle of 156.47º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316450 is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB4910080-
CMYK0.5100.20.61
HSL156.47º34.23%29.22%-
HSV(B)156.47º51%39.22%-
XYZ7.2710.359.2-
YUV82.47126.6104.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=21.40%
G=43.67%
B=34.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100800.5100.20.61156.4734.2329.22
Hex316450330143D9c221d
Octal6114412063024752344235
Binary110001110010010100001100110101001111011001110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316450; }

 p { color: rgb(49,100,80); }

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

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

 a { background-color: rgb(49,100,80); }

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

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

 span { border-color: rgb(49,100,80); }

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